Shades of Lilac #C8A4CB
Tints of Lilac #C8A4CB
RGB
CMYK
RGB Variations
Color information
#C8A4CB (or 0xC8A4CB) is known color: Lilac. HEX triplet: C8, A4 and CB. RGB value is (200,164,203). Sum of RGB (Red+Green+Blue) = 200+164+203=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 164 (64.45% from 255 or 28.92% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 203 - color contains mainly: blue. Hex color #C8A4CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A4CB is #375B34. Grayscale: #B3B3B3. Windows color (decimal): -3627829 or 13345992. OLE color: 13345992.
HSL color Cylindrical-coordinate representation of color #C8A4CB: hue angle of 295.38º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8A4CB is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 164 | 203 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.20 |
| HSL | 295.38º | 0.27% | 0.72% | - |
| HSV(B) | 295.38º | 0.19% | 0.8% | - |
| XYZ | 47.87 | 43.14 | 62.3 | - |
| YUV | 179.21 | 141.43 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 164 | 203 | 0.01 | 0.19 | 0 | 0.20 | 295.38 | 0.27 | 0.72 |
| Hex | C8 | A4 | CB | 1 | 13 | 0 | 14 | 127 | 1B | 48 |
| Octal | 310 | 244 | 313 | 1 | 23 | 0 | 24 | 447 | 33 | 110 |
| Binary | 11001000 | 10100100 | 11001011 | 1 | 10011 | 0 | 10100 | 100100111 | 11011 | 1001000 |
Color Harmonies of #C8A4CB
Complementary color
Monochromatic Colors of #C8A4CB
Black with #C8A4CB
Text Example
Text Example
White with #C8A4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A4CB; }
p { color: rgb(200,164,203); }
H1.HeaderClassName
{
color: #C8A4CB;
}
.AnyTagClassName
{
color: #C8A4CB;
}
</style>
background-color css
<style>
a { background-color: #C8A4CB; }
a { background-color: rgb(200,164,203); }
div.DivClassName
{
background-color: #C8A4CB;
}
.BgClassName
{
background-color: #C8A4CB;
}
</style>
border-color css
<style>
span { border-color: #C8A4CB; }
span { border-color: rgb(200,164,203); }
td.TdClassName
{
border-color: #C8A4CB;
}
.TagClassName
{
border-color: #C8A4CB;
}
</style>