#C86ACC

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

Shades of Orchid #C86ACC

Tints of Orchid #C86ACC

Color information

#C86ACC (or 0xC86ACC) is unknown color: approx Orchid. HEX triplet: C8, 6A and CC. RGB value is (200,106,204). Sum of RGB (Red+Green+Blue) = 200+106+204=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 106 (41.80% from 255 or 20.78% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #C86ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86ACC is #379533. Grayscale: #909090. Windows color (decimal): -3642676 or 13396680. OLE color: 13396680.

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

Color convert

RGB200106204-
CMYK0.020.4800.2
HSL297.55º49%60.78%-
HSV(B)297.55º48.04%80%-
XYZ39.8726.9560.23-
YUV145.28161.14167.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.22%
GREEN value IS 106 (41.80% from 255) = 20.78%
BLUE value IS 204 (80.08% from 255) = 40%
R=39.22%
G=20.78%
B=40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2001062040.020.4800.2297.554960.78
HexC86ACC23001412a313d
Octal3101523142600244526175
Binary1100100011010101100110010110000010100100101010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86ACC; }

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

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

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

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

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

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

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

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