#C86ECB

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

Shades of Orchid #C86ECB

Tints of Orchid #C86ECB

Color information

#C86ECB (or 0xC86ECB) is unknown color: approx Orchid. HEX triplet: C8, 6E and CB. RGB value is (200,110,203). Sum of RGB (Red+Green+Blue) = 200+110+203=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #C86ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86ECB is #379134. Grayscale: #939393. Windows color (decimal): -3641653 or 13332168. OLE color: 13332168.

HSL color Cylindrical-coordinate representation of color #C86ECB: hue angle of 298.06º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C86ECB is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB200110203-
CMYK0.010.4600.20
HSL298.06º47.21%61.37%-
HSV(B)298.06º45.81%79.61%-
XYZ40.1727.7459.74-
YUV147.51159.32165.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.99%
GREEN value IS 110 (43.36% from 255) = 21.44%
BLUE value IS 203 (79.69% from 255) = 39.57%
R=38.99%
G=21.44%
B=39.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001102030.010.4600.20298.0647.2161.37
HexC86ECB12E01412a2f3d
Octal3101563131560244525775
Binary110010001101110110010111101110010100100101010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86ECB; }

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

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

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

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

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

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

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

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