Shades of Lilac #CF88C5
Tints of Lilac #CF88C5
RGB
CMYK
RGB Variations
Color information
#CF88C5 (or 0xCF88C5) is known color: Lilac. HEX triplet: CF, 88 and C5. RGB value is (207,136,197). Sum of RGB (Red+Green+Blue) = 207+136+197=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 136 (53.52% from 255 or 25.19% from 540); Blue value is 197 (77.34% from 255 or 36.48% from 540); Max value from RGB is 207 - color contains mainly: red. Hex color #CF88C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF88C5 is #30773A. Grayscale: #A4A4A4. Windows color (decimal): -3176251 or 12945615. OLE color: 12945615.
HSL color Cylindrical-coordinate representation of color #CF88C5: hue angle of 308.45º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF88C5 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 197 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.19 |
| HSL | 308.45º | 0.43% | 0.67% | - |
| HSV(B) | 308.45º | 0.34% | 0.81% | - |
| XYZ | 44.61 | 34.9 | 57.21 | - |
| YUV | 164.18 | 146.52 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 197 | 0 | 0.34 | 0.05 | 0.19 | 308.45 | 0.43 | 0.67 |
| Hex | CF | 88 | C5 | 0 | 22 | 5 | 13 | 134 | 2B | 43 |
| Octal | 317 | 210 | 305 | 0 | 42 | 5 | 23 | 464 | 53 | 103 |
| Binary | 11001111 | 10001000 | 11000101 | 0 | 100010 | 101 | 10011 | 100110100 | 101011 | 1000011 |
Color Harmonies of #CF88C5
Complementary color
Monochromatic Colors of #CF88C5
Black with #CF88C5
Text Example
Text Example
White with #CF88C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF88C5; }
p { color: rgb(207,136,197); }
H1.HeaderClassName
{
color: #CF88C5;
}
.AnyTagClassName
{
color: #CF88C5;
}
</style>
background-color css
<style>
a { background-color: #CF88C5; }
a { background-color: rgb(207,136,197); }
div.DivClassName
{
background-color: #CF88C5;
}
.BgClassName
{
background-color: #CF88C5;
}
</style>
border-color css
<style>
span { border-color: #CF88C5; }
span { border-color: rgb(207,136,197); }
td.TdClassName
{
border-color: #CF88C5;
}
.TagClassName
{
border-color: #CF88C5;
}
</style>