Html Css Color HEX #C02ADC Medium Orchid

📋 copy color: '#C02ADC'

red 192 ◦ green 42 ◦ blue 220

#C02ADC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C02ADC

Tints of Medium Orchid #C02ADC

RGB

 RED value IS 192 (75.39% from 255) = 42.29%

 GREEN value IS 42 (16.8% from 255) = 9.25%

 BLUE value IS 220 (86.33% from 255) = 48.46%

R = 42.29%
G = 9.25%
B = 48.46%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C02ADC (or 0xC02ADC) is known color: Medium Orchid. HEX triplet: C0, 2A and DC. RGB value is (192,42,220). Sum of RGB (Red+Green+Blue) = 192+42+220=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 42 (16.80% from 255 or 9.25% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #C02ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02ADC is #3FD523. Grayscale: #6A6A6A. Windows color (decimal): -4183332 or 14428864. OLE color: 14428864.

HSL color Cylindrical-coordinate representation of color #C02ADC: hue angle of 290.56º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02ADC is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 42 220 -
CMYK 0.13 0.81 0 0.14
HSL 290.56º 0.72% 0.51% -
HSV(B) 290.56º 0.81% 0.86% -
XYZ 35.48 18.03 69.32 -
YUV 107.14 191.7 188.53 -
System Red Green Blue C M Y K H S L
Decimal 192 42 220 0.13 0.81 0 0.14 290.56 0.72 0.51
Hex C0 2A DC D 51 0 E 123 48 33
Octal 300 52 334 15 121 0 16 443 110 63
Binary 11000000 101010 11011100 1101 1010001 0 1110 100100011 1001000 110011

Color Harmonies of #C02ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02ADC

Black with #C02ADC

Text Example


Text Example

White with #C02ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02ADC; }

 p { color: rgb(192,42,220); }

 H1.HeaderClassName
 {
   color: #C02ADC;
 }
 .AnyTagClassName
 {
   color: #C02ADC;
 }
</style>

background-color css

<style>
 a { background-color: #C02ADC; }

 a { background-color: rgb(192,42,220); }

 div.DivClassName
 {
   background-color: #C02ADC;
 }
 .BgClassName
 {
   background-color: #C02ADC;
 }
</style>

border-color css

<style>
 span { border-color: #C02ADC; }

 span { border-color: rgb(192,42,220); }

 td.TdClassName
 {
   border-color: #C02ADC;
 }
 .TagClassName
 {
   border-color: #C02ADC;
 }
</style>