Shades of Lilac #CC87CF
Tints of Lilac #CC87CF
RGB
CMYK
RGB Variations
Color information
#CC87CF (or 0xCC87CF) is known color: Lilac. HEX triplet: CC, 87 and CF. RGB value is (204,135,207). Sum of RGB (Red+Green+Blue) = 204+135+207=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 135 (53.12% from 255 or 24.73% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC87CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC87CF is #337830. Grayscale: #A3A3A3. Windows color (decimal): -3373105 or 13600716. OLE color: 13600716.
HSL color Cylindrical-coordinate representation of color #CC87CF: hue angle of 297.5º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC87CF is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 135 | 207 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.19 |
| HSL | 297.5º | 0.43% | 0.67% | - |
| HSV(B) | 297.5º | 0.35% | 0.81% | - |
| XYZ | 44.83 | 34.67 | 63.36 | - |
| YUV | 163.84 | 152.36 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 207 | 0.01 | 0.35 | 0 | 0.19 | 297.5 | 0.43 | 0.67 |
| Hex | CC | 87 | CF | 1 | 23 | 0 | 13 | 12A | 2B | 43 |
| Octal | 314 | 207 | 317 | 1 | 43 | 0 | 23 | 452 | 53 | 103 |
| Binary | 11001100 | 10000111 | 11001111 | 1 | 100011 | 0 | 10011 | 100101010 | 101011 | 1000011 |
Color Harmonies of #CC87CF
Complementary color
Monochromatic Colors of #CC87CF
Black with #CC87CF
Text Example
Text Example
White with #CC87CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC87CF; }
p { color: rgb(204,135,207); }
H1.HeaderClassName
{
color: #CC87CF;
}
.AnyTagClassName
{
color: #CC87CF;
}
</style>
background-color css
<style>
a { background-color: #CC87CF; }
a { background-color: rgb(204,135,207); }
div.DivClassName
{
background-color: #CC87CF;
}
.BgClassName
{
background-color: #CC87CF;
}
</style>
border-color css
<style>
span { border-color: #CC87CF; }
span { border-color: rgb(204,135,207); }
td.TdClassName
{
border-color: #CC87CF;
}
.TagClassName
{
border-color: #CC87CF;
}
</style>