Shades of Lilac #CF96CC
Tints of Lilac #CF96CC
RGB
CMYK
RGB Variations
Color information
#CF96CC (or 0xCF96CC) is known color: Lilac. HEX triplet: CF, 96 and CC. RGB value is (207,150,204). Sum of RGB (Red+Green+Blue) = 207+150+204=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CF96CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF96CC is #306933. Grayscale: #ADADAD. Windows color (decimal): -3172660 or 13407951. OLE color: 13407951.
HSL color Cylindrical-coordinate representation of color #CF96CC: hue angle of 303.16º 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 #CF96CC is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 150 | 204 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.19 |
| HSL | 303.16º | 0.37% | 0.7% | - |
| HSV(B) | 303.16º | 0.28% | 0.81% | - |
| XYZ | 47.54 | 39.44 | 62.23 | - |
| YUV | 173.2 | 145.38 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 204 | 0 | 0.28 | 0.01 | 0.19 | 303.16 | 0.37 | 0.7 |
| Hex | CF | 96 | CC | 0 | 1C | 1 | 13 | 12F | 25 | 46 |
| Octal | 317 | 226 | 314 | 0 | 34 | 1 | 23 | 457 | 45 | 106 |
| Binary | 11001111 | 10010110 | 11001100 | 0 | 11100 | 1 | 10011 | 100101111 | 100101 | 1000110 |
Color Harmonies of #CF96CC
Complementary color
Monochromatic Colors of #CF96CC
Black with #CF96CC
Text Example
Text Example
White with #CF96CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF96CC; }
p { color: rgb(207,150,204); }
H1.HeaderClassName
{
color: #CF96CC;
}
.AnyTagClassName
{
color: #CF96CC;
}
</style>
background-color css
<style>
a { background-color: #CF96CC; }
a { background-color: rgb(207,150,204); }
div.DivClassName
{
background-color: #CF96CC;
}
.BgClassName
{
background-color: #CF96CC;
}
</style>
border-color css
<style>
span { border-color: #CF96CC; }
span { border-color: rgb(207,150,204); }
td.TdClassName
{
border-color: #CF96CC;
}
.TagClassName
{
border-color: #CF96CC;
}
</style>