#C86AC8

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

Shades of Orchid #C86AC8

Tints of Orchid #C86AC8

Color information

#C86AC8 (or 0xC86AC8) is unknown color: approx Orchid. HEX triplet: C8, 6A and C8. RGB value is (200,106,200). Sum of RGB (Red+Green+Blue) = 200+106+200=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 200 - color contains mainly: red, blue. Hex color #C86AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86AC8 is #379537. Grayscale: #909090. Windows color (decimal): -3642680 or 13134536. OLE color: 13134536.

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

Color convert

RGB200106200-
CMYK00.4700.22
HSL300º46.08%60%-
HSV(B)300º47%78.43%-
XYZ39.426.7657.73-
YUV144.82159.14167.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.53%
GREEN value IS 106 (41.80% from 255) = 20.95%
BLUE value IS 200 (78.52% from 255) = 39.53%
R=39.53%
G=20.95%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010620000.4700.2230046.0860
HexC86AC802F01612c2e3c
Octal3101523100570264545674
Binary110010001101010110010000101111010110100101100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86AC8; }

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

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

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

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

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

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

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

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