Shades of Lilac #CC89CA
Tints of Lilac #CC89CA
RGB
CMYK
RGB Variations
Color information
#CC89CA (or 0xCC89CA) is known color: Lilac. HEX triplet: CC, 89 and CA. RGB value is (204,137,202). Sum of RGB (Red+Green+Blue) = 204+137+202=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 137 (53.91% from 255 or 25.23% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CC89CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC89CA is #337635. Grayscale: #A4A4A4. Windows color (decimal): -3372598 or 13273548. OLE color: 13273548.
HSL color Cylindrical-coordinate representation of color #CC89CA: hue angle of 301.79º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC89CA is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 202 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.2 |
| HSL | 301.79º | 0.4% | 0.67% | - |
| HSV(B) | 301.79º | 0.33% | 0.8% | - |
| XYZ | 44.51 | 34.99 | 60.29 | - |
| YUV | 164.44 | 149.2 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 202 | 0 | 0.33 | 0.01 | 0.2 | 301.79 | 0.4 | 0.67 |
| Hex | CC | 89 | CA | 0 | 21 | 1 | 14 | 12E | 28 | 43 |
| Octal | 314 | 211 | 312 | 0 | 41 | 1 | 24 | 456 | 50 | 103 |
| Binary | 11001100 | 10001001 | 11001010 | 0 | 100001 | 1 | 10100 | 100101110 | 101000 | 1000011 |
Color Harmonies of #CC89CA
Complementary color
Monochromatic Colors of #CC89CA
Black with #CC89CA
Text Example
Text Example
White with #CC89CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC89CA; }
p { color: rgb(204,137,202); }
H1.HeaderClassName
{
color: #CC89CA;
}
.AnyTagClassName
{
color: #CC89CA;
}
</style>
background-color css
<style>
a { background-color: #CC89CA; }
a { background-color: rgb(204,137,202); }
div.DivClassName
{
background-color: #CC89CA;
}
.BgClassName
{
background-color: #CC89CA;
}
</style>
border-color css
<style>
span { border-color: #CC89CA; }
span { border-color: rgb(204,137,202); }
td.TdClassName
{
border-color: #CC89CA;
}
.TagClassName
{
border-color: #CC89CA;
}
</style>