#C86EC7

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

Shades of Orchid #C86EC7

Tints of Orchid #C86EC7

Color information

#C86EC7 (or 0xC86EC7) is unknown color: approx Orchid. HEX triplet: C8, 6E and C7. RGB value is (200,110,199). Sum of RGB (Red+Green+Blue) = 200+110+199=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 199 (78.12% from 255 or 39.10% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C86EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86EC7 is #379138. Grayscale: #929292. Windows color (decimal): -3641657 or 13070024. OLE color: 13070024.

HSL color Cylindrical-coordinate representation of color #C86EC7: hue angle of 300.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C86EC7 is Cyan = 0, Magento = 0.45, Yellow = 0.00 and Black (K on CMYK) = 0.22.

Color convert

RGB200110199-
CMYK00.450.000.22
HSL300.67º45%60.78%-
HSV(B)300.67º45%78.43%-
XYZ39.727.5557.26-
YUV147.06157.32165.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.29%
GREEN value IS 110 (43.36% from 255) = 21.61%
BLUE value IS 199 (78.12% from 255) = 39.10%
R=39.29%
G=21.61%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.00
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011019900.450.000.22300.674560.78
HexC86EC702D01612d2d3d
Octal3101563070550264555575
Binary110010001101110110001110101101010110100101101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86EC7; }

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

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

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

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

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

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

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

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