Shades of Lilac #CF96CA
Tints of Lilac #CF96CA
RGB
CMYK
RGB Variations
Color information
#CF96CA (or 0xCF96CA) is known color: Lilac. HEX triplet: CF, 96 and CA. RGB value is (207,150,202). Sum of RGB (Red+Green+Blue) = 207+150+202=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 207 - color contains mainly: red. Hex color #CF96CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF96CA is #306935. Grayscale: #ACACAC. Windows color (decimal): -3172662 or 13276879. OLE color: 13276879.
HSL color Cylindrical-coordinate representation of color #CF96CA: hue angle of 305.26º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CF96CA is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 150 | 202 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.19 |
| HSL | 305.26º | 0.37% | 0.7% | - |
| HSV(B) | 305.26º | 0.28% | 0.81% | - |
| XYZ | 47.3 | 39.34 | 60.98 | - |
| YUV | 172.97 | 144.38 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 202 | 0 | 0.28 | 0.02 | 0.19 | 305.26 | 0.37 | 0.7 |
| Hex | CF | 96 | CA | 0 | 1C | 2 | 13 | 131 | 25 | 46 |
| Octal | 317 | 226 | 312 | 0 | 34 | 2 | 23 | 461 | 45 | 106 |
| Binary | 11001111 | 10010110 | 11001010 | 0 | 11100 | 10 | 10011 | 100110001 | 100101 | 1000110 |
Color Harmonies of #CF96CA
Complementary color
Monochromatic Colors of #CF96CA
Black with #CF96CA
Text Example
Text Example
White with #CF96CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF96CA; }
p { color: rgb(207,150,202); }
H1.HeaderClassName
{
color: #CF96CA;
}
.AnyTagClassName
{
color: #CF96CA;
}
</style>
background-color css
<style>
a { background-color: #CF96CA; }
a { background-color: rgb(207,150,202); }
div.DivClassName
{
background-color: #CF96CA;
}
.BgClassName
{
background-color: #CF96CA;
}
</style>
border-color css
<style>
span { border-color: #CF96CA; }
span { border-color: rgb(207,150,202); }
td.TdClassName
{
border-color: #CF96CA;
}
.TagClassName
{
border-color: #CF96CA;
}
</style>