#C8ABC5

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

Shades of Lilac #C8ABC5

Tints of Lilac #C8ABC5

Color information

#C8ABC5 (or 0xC8ABC5) is unknown color: approx Lilac. HEX triplet: C8, AB and C5. RGB value is (200,171,197). Sum of RGB (Red+Green+Blue) = 200+171+197=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 197 (77.34% from 255 or 34.68% from 568); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ABC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ABC5 is #37543A. Grayscale: #B6B6B6. Windows color (decimal): -3626043 or 12954568. OLE color: 12954568.

HSL color Cylindrical-coordinate representation of color #C8ABC5: hue angle of 306.21º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8ABC5 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB200171197-
CMYK00.140.020.22
HSL306.21º20.86%72.75%-
HSV(B)306.21º14.5%78.43%-
XYZ48.4645.4459.04-
YUV182.64136.11140.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.21%
GREEN value IS 171 (67.19% from 255) = 30.11%
BLUE value IS 197 (77.34% from 255) = 34.68%
R=35.21%
G=30.11%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017119700.140.020.22306.2120.8672.75
HexC8ABC50E2161321549
Octal31025330501622646225111
Binary110010001010101111000101011101010110100110010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ABC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ABC5; }

 p { color: rgb(200,171,197); }

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

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

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

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

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

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

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