Shades of Lilac #CF89CC
Tints of Lilac #CF89CC
RGB
CMYK
RGB Variations
Color information
#CF89CC (or 0xCF89CC) is known color: Lilac. HEX triplet: CF, 89 and CC. RGB value is (207,137,204). Sum of RGB (Red+Green+Blue) = 207+137+204=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 137 (53.91% from 255 or 25% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 207 - color contains mainly: red. Hex color #CF89CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF89CC is #307633. Grayscale: #A5A5A5. Windows color (decimal): -3175988 or 13404623. OLE color: 13404623.
HSL color Cylindrical-coordinate representation of color #CF89CC: hue angle of 302.57º degrees, saturation: 0.42, 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 #CF89CC is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 204 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.19 |
| HSL | 302.57º | 0.42% | 0.67% | - |
| HSV(B) | 302.57º | 0.34% | 0.81% | - |
| XYZ | 45.58 | 35.52 | 61.58 | - |
| YUV | 165.57 | 149.69 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 204 | 0 | 0.34 | 0.01 | 0.19 | 302.57 | 0.42 | 0.67 |
| Hex | CF | 89 | CC | 0 | 22 | 1 | 13 | 12F | 2A | 43 |
| Octal | 317 | 211 | 314 | 0 | 42 | 1 | 23 | 457 | 52 | 103 |
| Binary | 11001111 | 10001001 | 11001100 | 0 | 100010 | 1 | 10011 | 100101111 | 101010 | 1000011 |
Color Harmonies of #CF89CC
Complementary color
Monochromatic Colors of #CF89CC
Black with #CF89CC
Text Example
Text Example
White with #CF89CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF89CC; }
p { color: rgb(207,137,204); }
H1.HeaderClassName
{
color: #CF89CC;
}
.AnyTagClassName
{
color: #CF89CC;
}
</style>
background-color css
<style>
a { background-color: #CF89CC; }
a { background-color: rgb(207,137,204); }
div.DivClassName
{
background-color: #CF89CC;
}
.BgClassName
{
background-color: #CF89CC;
}
</style>
border-color css
<style>
span { border-color: #CF89CC; }
span { border-color: rgb(207,137,204); }
td.TdClassName
{
border-color: #CF89CC;
}
.TagClassName
{
border-color: #CF89CC;
}
</style>