#c866dc

Color #C866DC Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C866DC

Tints of Medium Orchid #C866DC

Color information

#C866DC (or 0xC866DC) is unknown color: approx Medium Orchid. HEX triplet: C8, 66 and DC. RGB value is (200,102,220). Sum of RGB (Red+Green+Blue) = 200+102+220=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #C866DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C866DC is #379923. Grayscale: #909090. Windows color (decimal): -3643684 or 14444232. OLE color: 14444232.

HSL color Cylindrical-coordinate representation of color #C866DC: hue angle of 289.83º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C866DC is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200102220-
CMYK0.090.5400.14
HSL289.83º62.77%63.14%-
HSV(B)289.83º53.64%86.27%-
XYZ41.4926.9570.73-
YUV144.75170.47167.41-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.31%
GREEN value IS 102 (40.23% from 255) = 19.54%
BLUE value IS 220 (86.33% from 255) = 42.15%
R=38.31%
G=19.54%
B=42.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001022200.090.5400.14289.8362.7763.14
HexC866DC9360E1223f3f
Octal31014633411660164427777
Binary11001000110011011011100100111011001110100100010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c866dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c866dc; }

 p { color: rgb(200,102,220); }

 H1.HeaderClassName
 {
   color: #c866dc;
 }
 .AnyTagClassName
 {
   color: #c866dc;
 }
</style>
background-color css

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

 a { background-color: rgb(200,102,220); }

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

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

 span { border-color: rgb(200,102,220); }

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