Shades of Lilac #CC87C2
Tints of Lilac #CC87C2
RGB
CMYK
RGB Variations
Color information
#CC87C2 (or 0xCC87C2) is known color: Lilac. HEX triplet: CC, 87 and C2. RGB value is (204,135,194). Sum of RGB (Red+Green+Blue) = 204+135+194=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 135 (53.12% from 255 or 25.33% from 533); Blue value is 194 (76.17% from 255 or 36.40% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CC87C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC87C2 is #33783D. Grayscale: #A2A2A2. Windows color (decimal): -3373118 or 12748748. OLE color: 12748748.
HSL color Cylindrical-coordinate representation of color #CC87C2: hue angle of 308.7º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC87C2 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 194 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.2 |
| HSL | 308.7º | 0.4% | 0.66% | - |
| HSV(B) | 308.7º | 0.34% | 0.8% | - |
| XYZ | 43.3 | 34.06 | 55.33 | - |
| YUV | 162.36 | 145.86 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 194 | 0 | 0.34 | 0.05 | 0.2 | 308.7 | 0.4 | 0.66 |
| Hex | CC | 87 | C2 | 0 | 22 | 5 | 14 | 135 | 28 | 42 |
| Octal | 314 | 207 | 302 | 0 | 42 | 5 | 24 | 465 | 50 | 102 |
| Binary | 11001100 | 10000111 | 11000010 | 0 | 100010 | 101 | 10100 | 100110101 | 101000 | 1000010 |
Color Harmonies of #CC87C2
Complementary color
Monochromatic Colors of #CC87C2
Black with #CC87C2
Text Example
Text Example
White with #CC87C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC87C2; }
p { color: rgb(204,135,194); }
H1.HeaderClassName
{
color: #CC87C2;
}
.AnyTagClassName
{
color: #CC87C2;
}
</style>
background-color css
<style>
a { background-color: #CC87C2; }
a { background-color: rgb(204,135,194); }
div.DivClassName
{
background-color: #CC87C2;
}
.BgClassName
{
background-color: #CC87C2;
}
</style>
border-color css
<style>
span { border-color: #CC87C2; }
span { border-color: rgb(204,135,194); }
td.TdClassName
{
border-color: #CC87C2;
}
.TagClassName
{
border-color: #CC87C2;
}
</style>