#C86CCE

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

Shades of Orchid #C86CCE

Tints of Orchid #C86CCE

Color information

#C86CCE (or 0xC86CCE) is unknown color: approx Orchid. HEX triplet: C8, 6C and CE. RGB value is (200,108,206). Sum of RGB (Red+Green+Blue) = 200+108+206=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 108 (42.58% from 255 or 21.01% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #C86CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86CCE is #379331. Grayscale: #929292. Windows color (decimal): -3642162 or 13528264. OLE color: 13528264.

HSL color Cylindrical-coordinate representation of color #C86CCE: hue angle of 296.33º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C86CCE is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB200108206-
CMYK0.030.4800.19
HSL296.33º50%61.57%-
HSV(B)296.33º47.57%80.78%-
XYZ40.3227.4661.57-
YUV146.68161.48166.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.91%
GREEN value IS 108 (42.58% from 255) = 21.01%
BLUE value IS 206 (80.86% from 255) = 40.08%
R=38.91%
G=21.01%
B=40.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2001082060.030.4800.19296.335061.57
HexC86CCE330013128323e
Octal3101543163600234506276
Binary1100100011011001100111011110000010011100101000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86CCE; }

 p { color: rgb(200,108,206); }

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

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

 a { background-color: rgb(200,108,206); }

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

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

 span { border-color: rgb(200,108,206); }

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