#C86FC9

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

Shades of Orchid #C86FC9

Tints of Orchid #C86FC9

Color information

#C86FC9 (or 0xC86FC9) is unknown color: approx Orchid. HEX triplet: C8, 6F and C9. RGB value is (200,111,201). Sum of RGB (Red+Green+Blue) = 200+111+201=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 201 - color contains mainly: blue. Hex color #C86FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86FC9 is #379036. Grayscale: #939393. Windows color (decimal): -3641399 or 13201352. OLE color: 13201352.

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

Color convert

RGB200111201-
CMYK0.000.4500.21
HSL299.33º45.45%61.18%-
HSV(B)299.33º44.78%78.82%-
XYZ40.0527.8758.53-
YUV147.87157.99165.18-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.06%
GREEN value IS 111 (43.75% from 255) = 21.68%
BLUE value IS 201 (78.91% from 255) = 39.26%
R=39.06%
G=21.68%
B=39.26%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2001112010.000.4500.21299.3345.4561.18
HexC86FC902D01512b2d3d
Octal3101573110550254535575
Binary110010001101111110010010101101010101100101011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86FC9; }

 p { color: rgb(200,111,201); }

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

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

 a { background-color: rgb(200,111,201); }

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

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

 span { border-color: rgb(200,111,201); }

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