#C8A0C7

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

Shades of Lilac #C8A0C7

Tints of Lilac #C8A0C7

Color information

#C8A0C7 (or 0xC8A0C7) is unknown color: approx Lilac. HEX triplet: C8, A0 and C7. RGB value is (200,160,199). Sum of RGB (Red+Green+Blue) = 200+160+199=559 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.78% from 559); Green value is 160 (62.89% from 255 or 28.62% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A0C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A0C7 is #375F38. Grayscale: #B0B0B0. Windows color (decimal): -3628857 or 13082824. OLE color: 13082824.

HSL color Cylindrical-coordinate representation of color #C8A0C7: hue angle of 301.5º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8A0C7 is Cyan = 0, Magento = 0.2, Yellow = 0.00 and Black (K on CMYK) = 0.22.

Color convert

RGB200160199-
CMYK00.20.000.22
HSL301.5º26.67%70.59%-
HSV(B)301.5º20%78.43%-
XYZ46.741.5459.59-
YUV176.41140.75144.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.78%
GREEN value IS 160 (62.89% from 255) = 28.62%
BLUE value IS 199 (78.12% from 255) = 35.60%
R=35.78%
G=28.62%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.00
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016019900.20.000.22301.526.6770.59
HexC8A0C701401612e1b47
Octal31024030702402645633107
Binary110010001010000011000111010100010110100101110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A0C7; }

 p { color: rgb(200,160,199); }

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

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

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

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

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

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

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