Shades of Lilac #C8ABCD
Tints of Lilac #C8ABCD
RGB
CMYK
RGB Variations
Color information
#C8ABCD (or 0xC8ABCD) is known color: Lilac. HEX triplet: C8, AB and CD. RGB value is (200,171,205). Sum of RGB (Red+Green+Blue) = 200+171+205=576 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.72% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 205 - color contains mainly: blue. Hex color #C8ABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ABCD is #375432. Grayscale: #B7B7B7. Windows color (decimal): -3626035 or 13478856. OLE color: 13478856.
HSL color Cylindrical-coordinate representation of color #C8ABCD: hue angle of 291.18º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8ABCD is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 200 | 171 | 205 | - |
CMYK | 0.02 | 0.17 | 0 | 0.20 |
HSL | 291.18º | 0.25% | 0.74% | - |
HSV(B) | 291.18º | 0.17% | 0.8% | - |
XYZ | 49.4 | 45.81 | 64 | - |
YUV | 183.55 | 140.11 | 139.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 171 | 205 | 0.02 | 0.17 | 0 | 0.20 | 291.18 | 0.25 | 0.74 |
Hex | C8 | AB | CD | 2 | 11 | 0 | 14 | 123 | 19 | 4A |
Octal | 310 | 253 | 315 | 2 | 21 | 0 | 24 | 443 | 31 | 112 |
Binary | 11001000 | 10101011 | 11001101 | 10 | 10001 | 0 | 10100 | 100100011 | 11001 | 1001010 |
Color Harmonies of #C8ABCD
Complementary color
Monochromatic Colors of #C8ABCD
Black with #C8ABCD
Text Example
Text Example
White with #C8ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ABCD; }
p { color: rgb(200,171,205); }
H1.HeaderClassName
{
color: #C8ABCD;
}
.AnyTagClassName
{
color: #C8ABCD;
}
</style>
background-color css
<style>
a { background-color: #C8ABCD; }
a { background-color: rgb(200,171,205); }
div.DivClassName
{
background-color: #C8ABCD;
}
.BgClassName
{
background-color: #C8ABCD;
}
</style>
border-color css
<style>
span { border-color: #C8ABCD; }
span { border-color: rgb(200,171,205); }
td.TdClassName
{
border-color: #C8ABCD;
}
.TagClassName
{
border-color: #C8ABCD;
}
</style>