#C86FCC

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

Shades of Orchid #C86FCC

Tints of Orchid #C86FCC

Color information

#C86FCC (or 0xC86FCC) is unknown color: approx Orchid. HEX triplet: C8, 6F and CC. RGB value is (200,111,204). Sum of RGB (Red+Green+Blue) = 200+111+204=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 111 (43.75% from 255 or 21.55% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #C86FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86FCC is #379033. Grayscale: #939393. Windows color (decimal): -3641396 or 13397960. OLE color: 13397960.

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

Color convert

RGB200111204-
CMYK0.020.4600.2
HSL297.42º47.69%61.76%-
HSV(B)297.42º45.59%80%-
XYZ40.428.0160.4-
YUV148.21159.49164.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.83%
GREEN value IS 111 (43.75% from 255) = 21.55%
BLUE value IS 204 (80.08% from 255) = 39.61%
R=38.83%
G=21.55%
B=39.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2001112040.020.4600.2297.4247.6961.76
HexC86FCC22E014129303e
Octal3101573142560244516076
Binary1100100011011111100110010101110010100100101001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86FCC; }

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

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

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

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

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

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

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

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