Html Css Color HEX #C02DD2 Medium Orchid

📋 copy color: '#C02DD2'

red 192 ◦ green 45 ◦ blue 210

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

Shades of Medium Orchid #C02DD2

Tints of Medium Orchid #C02DD2

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.07%

 BLUE value IS 210 (82.42% from 255) = 46.98%

R = 42.95%
G = 10.07%
B = 46.98%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C02DD2 (or 0xC02DD2) is known color: Medium Orchid. HEX triplet: C0, 2D and D2. RGB value is (192,45,210). Sum of RGB (Red+Green+Blue) = 192+45+210=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 45 (17.97% from 255 or 10.07% from 447); Blue value is 210 (82.42% from 255 or 46.98% from 447); Max value from RGB is 210 - color contains mainly: blue. Hex color #C02DD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02DD2 is #3FD22D. Grayscale: #6B6B6B. Windows color (decimal): -4182574 or 13774272. OLE color: 13774272.

HSL color Cylindrical-coordinate representation of color #C02DD2: hue angle of 293.45º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02DD2 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 45 210 -
CMYK 0.09 0.79 0 0.18
HSL 293.45º 0.65% 0.5% -
HSV(B) 293.45º 0.79% 0.82% -
XYZ 34.31 17.74 62.59 -
YUV 107.76 185.7 188.08 -
System Red Green Blue C M Y K H S L
Decimal 192 45 210 0.09 0.79 0 0.18 293.45 0.65 0.5
Hex C0 2D D2 9 4F 0 12 125 41 32
Octal 300 55 322 11 117 0 22 445 101 62
Binary 11000000 101101 11010010 1001 1001111 0 10010 100100101 1000001 110010

Color Harmonies of #C02DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02DD2

Black with #C02DD2

Text Example


Text Example

White with #C02DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02DD2; }

 p { color: rgb(192,45,210); }

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

background-color css

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

 a { background-color: rgb(192,45,210); }

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

border-color css

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

 span { border-color: rgb(192,45,210); }

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