#C86DD2

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

Shades of Orchid #C86DD2

Tints of Orchid #C86DD2

Color information

#C86DD2 (or 0xC86DD2) is unknown color: approx Orchid. HEX triplet: C8, 6D and D2. RGB value is (200,109,210). Sum of RGB (Red+Green+Blue) = 200+109+210=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 109 (42.97% from 255 or 21.00% from 519); Blue value is 210 (82.42% from 255 or 40.46% from 519); Max value from RGB is 210 - color contains mainly: blue. Hex color #C86DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DD2 is #37922D. Grayscale: #939393. Windows color (decimal): -3641902 or 13790664. OLE color: 13790664.

HSL color Cylindrical-coordinate representation of color #C86DD2: hue angle of 294.06º 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 #C86DD2 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB200109210-
CMYK0.050.4800.18
HSL294.06º52.88%62.55%-
HSV(B)294.06º48.1%82.35%-
XYZ40.9227.8764.2-
YUV147.72163.15165.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.54%
GREEN value IS 109 (42.97% from 255) = 21.00%
BLUE value IS 210 (82.42% from 255) = 40.46%
R=38.54%
G=21.00%
B=40.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2001092100.050.4800.18294.0652.8862.55
HexC86DD2530012126353f
Octal3101553225600224466577
Binary11001000110110111010010101110000010010100100110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86DD2; }

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

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

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

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

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

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

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

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