Shades of Lilac #CF90CB
Tints of Lilac #CF90CB
RGB
CMYK
RGB Variations
Color information
#CF90CB (or 0xCF90CB) is known color: Lilac. HEX triplet: CF, 90 and CB. RGB value is (207,144,203). Sum of RGB (Red+Green+Blue) = 207+144+203=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CF90CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF90CB is #306F34. Grayscale: #A9A9A9. Windows color (decimal): -3174197 or 13340879. OLE color: 13340879.
HSL color Cylindrical-coordinate representation of color #CF90CB: hue angle of 303.81º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CF90CB is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 144 | 203 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.19 |
| HSL | 303.81º | 0.4% | 0.69% | - |
| HSV(B) | 303.81º | 0.3% | 0.81% | - |
| XYZ | 46.48 | 37.52 | 61.29 | - |
| YUV | 169.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 203 | 0 | 0.30 | 0.02 | 0.19 | 303.81 | 0.4 | 0.69 |
| Hex | CF | 90 | CB | 0 | 1E | 2 | 13 | 130 | 28 | 45 |
| Octal | 317 | 220 | 313 | 0 | 36 | 2 | 23 | 460 | 50 | 105 |
| Binary | 11001111 | 10010000 | 11001011 | 0 | 11110 | 10 | 10011 | 100110000 | 101000 | 1000101 |
Color Harmonies of #CF90CB
Complementary color
Monochromatic Colors of #CF90CB
Black with #CF90CB
Text Example
Text Example
White with #CF90CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF90CB; }
p { color: rgb(207,144,203); }
H1.HeaderClassName
{
color: #CF90CB;
}
.AnyTagClassName
{
color: #CF90CB;
}
</style>
background-color css
<style>
a { background-color: #CF90CB; }
a { background-color: rgb(207,144,203); }
div.DivClassName
{
background-color: #CF90CB;
}
.BgClassName
{
background-color: #CF90CB;
}
</style>
border-color css
<style>
span { border-color: #CF90CB; }
span { border-color: rgb(207,144,203); }
td.TdClassName
{
border-color: #CF90CB;
}
.TagClassName
{
border-color: #CF90CB;
}
</style>