Shades of Lilac #CF88C6
Tints of Lilac #CF88C6
RGB
CMYK
RGB Variations
Color information
#CF88C6 (or 0xCF88C6) is known color: Lilac. HEX triplet: CF, 88 and C6. RGB value is (207,136,198). Sum of RGB (Red+Green+Blue) = 207+136+198=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 136 (53.52% from 255 or 25.14% from 541); Blue value is 198 (77.73% from 255 or 36.60% from 541); Max value from RGB is 207 - color contains mainly: red. Hex color #CF88C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF88C6 is #307739. Grayscale: #A4A4A4. Windows color (decimal): -3176250 or 13011151. OLE color: 13011151.
HSL color Cylindrical-coordinate representation of color #CF88C6: hue angle of 307.61º 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 #CF88C6 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 198 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.19 |
| HSL | 307.61º | 0.43% | 0.67% | - |
| HSV(B) | 307.61º | 0.34% | 0.81% | - |
| XYZ | 44.73 | 34.95 | 57.81 | - |
| YUV | 164.3 | 147.02 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 198 | 0 | 0.34 | 0.04 | 0.19 | 307.61 | 0.43 | 0.67 |
| Hex | CF | 88 | C6 | 0 | 22 | 4 | 13 | 134 | 2B | 43 |
| Octal | 317 | 210 | 306 | 0 | 42 | 4 | 23 | 464 | 53 | 103 |
| Binary | 11001111 | 10001000 | 11000110 | 0 | 100010 | 100 | 10011 | 100110100 | 101011 | 1000011 |
Color Harmonies of #CF88C6
Complementary color
Monochromatic Colors of #CF88C6
Black with #CF88C6
Text Example
Text Example
White with #CF88C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF88C6; }
p { color: rgb(207,136,198); }
H1.HeaderClassName
{
color: #CF88C6;
}
.AnyTagClassName
{
color: #CF88C6;
}
</style>
background-color css
<style>
a { background-color: #CF88C6; }
a { background-color: rgb(207,136,198); }
div.DivClassName
{
background-color: #CF88C6;
}
.BgClassName
{
background-color: #CF88C6;
}
</style>
border-color css
<style>
span { border-color: #CF88C6; }
span { border-color: rgb(207,136,198); }
td.TdClassName
{
border-color: #CF88C6;
}
.TagClassName
{
border-color: #CF88C6;
}
</style>