#C8A1C7

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

Shades of Lilac #C8A1C7

Tints of Lilac #C8A1C7

Color information

#C8A1C7 (or 0xC8A1C7) is unknown color: approx Lilac. HEX triplet: C8, A1 and C7. RGB value is (200,161,199). Sum of RGB (Red+Green+Blue) = 200+161+199=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 161 (63.28% from 255 or 28.75% from 560); Blue value is 199 (78.12% from 255 or 35.54% from 560); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A1C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A1C7 is #375E38. Grayscale: #B0B0B0. Windows color (decimal): -3628601 or 13083080. OLE color: 13083080.

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

Color convert

RGB200161199-
CMYK00.190.000.22
HSL301.54º26.17%70.78%-
HSV(B)301.54º19.5%78.43%-
XYZ46.8741.8959.65-
YUV176.99140.42144.41-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.71%
GREEN value IS 161 (63.28% from 255) = 28.75%
BLUE value IS 199 (78.12% from 255) = 35.54%
R=35.71%
G=28.75%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.00
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016119900.190.000.22301.5426.1770.78
HexC8A1C701301612e1a47
Octal31024130702302645632107
Binary110010001010000111000111010011010110100101110110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A1C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A1C7; }

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

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

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

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

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

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

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

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