Shades of Lilac #C8A8C9
Tints of Lilac #C8A8C9
RGB
CMYK
RGB Variations
Color information
#C8A8C9 (or 0xC8A8C9) is known color: Lilac. HEX triplet: C8, A8 and C9. RGB value is (200,168,201). Sum of RGB (Red+Green+Blue) = 200+168+201=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 168 (66.02% from 255 or 29.53% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 201 - color contains mainly: blue. Hex color #C8A8C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A8C9 is #375736. Grayscale: #B5B5B5. Windows color (decimal): -3626807 or 13215944. OLE color: 13215944.
HSL color Cylindrical-coordinate representation of color #C8A8C9: hue angle of 298.18º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8A8C9 is Cyan = 0.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 200 | 168 | 201 | - |
CMYK | 0.00 | 0.16 | 0 | 0.21 |
HSL | 298.18º | 0.23% | 0.72% | - |
HSV(B) | 298.18º | 0.16% | 0.79% | - |
XYZ | 48.36 | 44.5 | 61.3 | - |
YUV | 181.33 | 139.1 | 141.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 168 | 201 | 0.00 | 0.16 | 0 | 0.21 | 298.18 | 0.23 | 0.72 |
Hex | C8 | A8 | C9 | 0 | 10 | 0 | 15 | 12A | 17 | 48 |
Octal | 310 | 250 | 311 | 0 | 20 | 0 | 25 | 452 | 27 | 110 |
Binary | 11001000 | 10101000 | 11001001 | 0 | 10000 | 0 | 10101 | 100101010 | 10111 | 1001000 |
Color Harmonies of #C8A8C9
Complementary color
Monochromatic Colors of #C8A8C9
Black with #C8A8C9
Text Example
Text Example
White with #C8A8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A8C9; }
p { color: rgb(200,168,201); }
H1.HeaderClassName
{
color: #C8A8C9;
}
.AnyTagClassName
{
color: #C8A8C9;
}
</style>
background-color css
<style>
a { background-color: #C8A8C9; }
a { background-color: rgb(200,168,201); }
div.DivClassName
{
background-color: #C8A8C9;
}
.BgClassName
{
background-color: #C8A8C9;
}
</style>
border-color css
<style>
span { border-color: #C8A8C9; }
span { border-color: rgb(200,168,201); }
td.TdClassName
{
border-color: #C8A8C9;
}
.TagClassName
{
border-color: #C8A8C9;
}
</style>