Html Css Color HEX #C06DD2 Medium Orchid

📋 copy color: '#C06DD2'

red 192 ◦ green 109 ◦ blue 210

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

Shades of Medium Orchid #C06DD2

Tints of Medium Orchid #C06DD2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.33%

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

R = 37.57%
G = 21.33%
B = 41.1%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C06DD2 (or 0xC06DD2) is known color: Medium Orchid. HEX triplet: C0, 6D and D2. RGB value is (192,109,210). Sum of RGB (Red+Green+Blue) = 192+109+210=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 210 (82.42% from 255 or 41.10% from 511); Max value from RGB is 210 - color contains mainly: blue. Hex color #C06DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06DD2 is #3F922D. Grayscale: #919191. Windows color (decimal): -4166190 or 13790656. OLE color: 13790656.

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

Color convert

RGB 192 109 210 -
CMYK 0.09 0.48 0 0.18
HSL 289.31º 0.53% 0.63% -
HSV(B) 289.31º 0.48% 0.82% -
XYZ 38.84 26.8 64.1 -
YUV 145.33 164.5 161.29 -
System Red Green Blue C M Y K H S L
Decimal 192 109 210 0.09 0.48 0 0.18 289.31 0.53 0.63
Hex C0 6D D2 9 30 0 12 121 35 3F
Octal 300 155 322 11 60 0 22 441 65 77
Binary 11000000 1101101 11010010 1001 110000 0 10010 100100001 110101 111111

Color Harmonies of #C06DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06DD2

Black with #C06DD2

Text Example


Text Example

White with #C06DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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