Shades of Lilac #CF90CA
Tints of Lilac #CF90CA
RGB
CMYK
RGB Variations
Color information
#CF90CA (or 0xCF90CA) is known color: Lilac. HEX triplet: CF, 90 and CA. RGB value is (207,144,202). Sum of RGB (Red+Green+Blue) = 207+144+202=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CF90CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF90CA is #306F35. Grayscale: #A9A9A9. Windows color (decimal): -3174198 or 13275343. OLE color: 13275343.
HSL color Cylindrical-coordinate representation of color #CF90CA: hue angle of 304.76º 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 #CF90CA is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 144 | 202 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.19 |
| HSL | 304.76º | 0.4% | 0.69% | - |
| HSV(B) | 304.76º | 0.3% | 0.81% | - |
| XYZ | 46.37 | 37.48 | 60.67 | - |
| YUV | 169.45 | 146.37 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 202 | 0 | 0.30 | 0.02 | 0.19 | 304.76 | 0.4 | 0.69 |
| Hex | CF | 90 | CA | 0 | 1E | 2 | 13 | 131 | 28 | 45 |
| Octal | 317 | 220 | 312 | 0 | 36 | 2 | 23 | 461 | 50 | 105 |
| Binary | 11001111 | 10010000 | 11001010 | 0 | 11110 | 10 | 10011 | 100110001 | 101000 | 1000101 |
Color Harmonies of #CF90CA
Complementary color
Monochromatic Colors of #CF90CA
Black with #CF90CA
Text Example
Text Example
White with #CF90CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF90CA; }
p { color: rgb(207,144,202); }
H1.HeaderClassName
{
color: #CF90CA;
}
.AnyTagClassName
{
color: #CF90CA;
}
</style>
background-color css
<style>
a { background-color: #CF90CA; }
a { background-color: rgb(207,144,202); }
div.DivClassName
{
background-color: #CF90CA;
}
.BgClassName
{
background-color: #CF90CA;
}
</style>
border-color css
<style>
span { border-color: #CF90CA; }
span { border-color: rgb(207,144,202); }
td.TdClassName
{
border-color: #CF90CA;
}
.TagClassName
{
border-color: #CF90CA;
}
</style>