Shades of Lilac #CC87BF
Tints of Lilac #CC87BF
RGB
CMYK
RGB Variations
Color information
#CC87BF (or 0xCC87BF) is known color: Lilac. HEX triplet: CC, 87 and BF. RGB value is (204,135,191). Sum of RGB (Red+Green+Blue) = 204+135+191=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 135 (53.12% from 255 or 25.47% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CC87BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC87BF is #337840. Grayscale: #A1A1A1. Windows color (decimal): -3373121 or 12552140. OLE color: 12552140.
HSL color Cylindrical-coordinate representation of color #CC87BF: hue angle of 311.3º 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 #CC87BF is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 191 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.2 |
| HSL | 311.3º | 0.4% | 0.66% | - |
| HSV(B) | 311.3º | 0.34% | 0.8% | - |
| XYZ | 42.97 | 33.93 | 53.57 | - |
| YUV | 162.02 | 144.36 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 191 | 0 | 0.34 | 0.06 | 0.2 | 311.3 | 0.4 | 0.66 |
| Hex | CC | 87 | BF | 0 | 22 | 6 | 14 | 137 | 28 | 42 |
| Octal | 314 | 207 | 277 | 0 | 42 | 6 | 24 | 467 | 50 | 102 |
| Binary | 11001100 | 10000111 | 10111111 | 0 | 100010 | 110 | 10100 | 100110111 | 101000 | 1000010 |
Color Harmonies of #CC87BF
Complementary color
Monochromatic Colors of #CC87BF
Black with #CC87BF
Text Example
Text Example
White with #CC87BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC87BF; }
p { color: rgb(204,135,191); }
H1.HeaderClassName
{
color: #CC87BF;
}
.AnyTagClassName
{
color: #CC87BF;
}
</style>
background-color css
<style>
a { background-color: #CC87BF; }
a { background-color: rgb(204,135,191); }
div.DivClassName
{
background-color: #CC87BF;
}
.BgClassName
{
background-color: #CC87BF;
}
</style>
border-color css
<style>
span { border-color: #CC87BF; }
span { border-color: rgb(204,135,191); }
td.TdClassName
{
border-color: #CC87BF;
}
.TagClassName
{
border-color: #CC87BF;
}
</style>