Shades of Lilac #C8ACC5
Tints of Lilac #C8ACC5
RGB
CMYK
RGB Variations
Color information
#C8ACC5 (or 0xC8ACC5) is known color: 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
RGB | 200 | 172 | 197 | - |
CMYK | 0 | 0.14 | 0.02 | 0.22 |
HSL | 306.43º | 0.2% | 0.73% | - |
HSV(B) | 306.43º | 0.14% | 0.78% | - |
XYZ | 48.65 | 45.82 | 59.1 | - |
YUV | 183.22 | 135.78 | 139.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 172 | 197 | 0 | 0.14 | 0.02 | 0.22 | 306.43 | 0.2 | 0.73 |
Hex | C8 | AC | C5 | 0 | E | 2 | 16 | 132 | 14 | 49 |
Octal | 310 | 254 | 305 | 0 | 16 | 2 | 26 | 462 | 24 | 111 |
Binary | 11001000 | 10101100 | 11000101 | 0 | 1110 | 10 | 10110 | 100110010 | 10100 | 1001001 |
Color Harmonies of #C8ACC5
Complementary color
Monochromatic Colors of #C8ACC5
Black with #C8ACC5
Text Example
Text Example
White with #C8ACC5
Text Example
Text Example
HTML Codes & Css Web 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>