#C86CCC

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

Shades of Orchid #C86CCC

Tints of Orchid #C86CCC

Color information

#C86CCC (or 0xC86CCC) is unknown color: approx Orchid. HEX triplet: C8, 6C and CC. RGB value is (200,108,204). Sum of RGB (Red+Green+Blue) = 200+108+204=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #C86CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86CCC is #379333. Grayscale: #929292. Windows color (decimal): -3642164 or 13397192. OLE color: 13397192.

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

Color convert

RGB200108204-
CMYK0.020.4700.2
HSL297.5º48.48%61.18%-
HSV(B)297.5º47.06%80%-
XYZ40.0827.3660.3-
YUV146.45160.48166.19-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.06%
GREEN value IS 108 (42.58% from 255) = 21.09%
BLUE value IS 204 (80.08% from 255) = 39.84%
R=39.06%
G=21.09%
B=39.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2001082040.020.4700.2297.548.4861.18
HexC86CCC22F01412a303d
Octal3101543142570244526075
Binary1100100011011001100110010101111010100100101010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86CCC; }

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

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

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

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

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

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

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

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