#C8ACC5

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

Shades of Lilac #C8ACC5

Tints of Lilac #C8ACC5

Color information

#C8ACC5 (or 0xC8ACC5) is unknown color: approx Lilac. HEX triplet: C8, AC and C5. RGB value is (200,172,197). Sum of RGB (Red+Green+Blue) = 200+172+197=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ACC5 is #37533A. Grayscale: #B7B7B7. Windows color (decimal): -3625787 or 12954824. OLE color: 12954824.

HSL color Cylindrical-coordinate representation of color #C8ACC5: hue angle of 306.43º degrees, saturation: 0.2, 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 #C8ACC5 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB200172197-
CMYK00.140.020.22
HSL306.43º20.29%72.94%-
HSV(B)306.43º14%78.43%-
XYZ48.6545.8259.1-
YUV183.22135.78139.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.15%
GREEN value IS 172 (67.58% from 255) = 30.23%
BLUE value IS 197 (77.34% from 255) = 34.62%
R=35.15%
G=30.23%
B=34.62%

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
Decimal20017219700.140.020.22306.4320.2972.94
HexC8ACC50E2161321449
Octal31025430501622646224111
Binary110010001010110011000101011101010110100110010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ACC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ACC5; }

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

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

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

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

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

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

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

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