Shades of Lilac #C895CC
Tints of Lilac #C895CC
RGB
CMYK
RGB Variations
Color information
#C895CC (or 0xC895CC) is known color: Lilac. HEX triplet: C8, 95 and CC. RGB value is (200,149,204). Sum of RGB (Red+Green+Blue) = 200+149+204=553 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.17% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 204 - color contains mainly: blue. Hex color #C895CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C895CC is #376A33. Grayscale: #AAAAAA. Windows color (decimal): -3631668 or 13407688. OLE color: 13407688.
HSL color Cylindrical-coordinate representation of color #C895CC: hue angle of 295.64º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C895CC is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 149 | 204 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.2 |
| HSL | 295.64º | 0.35% | 0.69% | - |
| HSV(B) | 295.64º | 0.27% | 0.8% | - |
| XYZ | 45.47 | 38.13 | 62.09 | - |
| YUV | 170.52 | 146.9 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 204 | 0.02 | 0.27 | 0 | 0.2 | 295.64 | 0.35 | 0.69 |
| Hex | C8 | 95 | CC | 2 | 1B | 0 | 14 | 128 | 23 | 45 |
| Octal | 310 | 225 | 314 | 2 | 33 | 0 | 24 | 450 | 43 | 105 |
| Binary | 11001000 | 10010101 | 11001100 | 10 | 11011 | 0 | 10100 | 100101000 | 100011 | 1000101 |
Color Harmonies of #C895CC
Complementary color
Monochromatic Colors of #C895CC
Black with #C895CC
Text Example
Text Example
White with #C895CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C895CC; }
p { color: rgb(200,149,204); }
H1.HeaderClassName
{
color: #C895CC;
}
.AnyTagClassName
{
color: #C895CC;
}
</style>
background-color css
<style>
a { background-color: #C895CC; }
a { background-color: rgb(200,149,204); }
div.DivClassName
{
background-color: #C895CC;
}
.BgClassName
{
background-color: #C895CC;
}
</style>
border-color css
<style>
span { border-color: #C895CC; }
span { border-color: rgb(200,149,204); }
td.TdClassName
{
border-color: #C895CC;
}
.TagClassName
{
border-color: #C895CC;
}
</style>