#C86ECE

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

Shades of Orchid #C86ECE

Tints of Orchid #C86ECE

Color information

#C86ECE (or 0xC86ECE) is unknown color: approx Orchid. HEX triplet: C8, 6E and CE. RGB value is (200,110,206). Sum of RGB (Red+Green+Blue) = 200+110+206=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 110 (43.36% from 255 or 21.32% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #C86ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86ECE is #379131. Grayscale: #939393. Windows color (decimal): -3641650 or 13528776. OLE color: 13528776.

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

Color convert

RGB200110206-
CMYK0.030.4700.19
HSL296.25º49.48%61.96%-
HSV(B)296.25º46.6%80.78%-
XYZ40.5427.8961.64-
YUV147.85160.82165.19-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.76%
GREEN value IS 110 (43.36% from 255) = 21.32%
BLUE value IS 206 (80.86% from 255) = 39.92%
R=38.76%
G=21.32%
B=39.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2001102060.030.4700.19296.2549.4861.96
HexC86ECE32F013128313e
Octal3101563163570234506176
Binary1100100011011101100111011101111010011100101000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86ECE; }

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

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

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

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

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

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

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

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