Shades of Lilac #CF96C8
Tints of Lilac #CF96C8
RGB
CMYK
RGB Variations
Color information
#CF96C8 (or 0xCF96C8) is known color: Lilac. HEX triplet: CF, 96 and C8. RGB value is (207,150,200). Sum of RGB (Red+Green+Blue) = 207+150+200=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 200 (78.52% from 255 or 35.91% from 557); Max value from RGB is 207 - color contains mainly: red. Hex color #CF96C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF96C8 is #306937. Grayscale: #ACACAC. Windows color (decimal): -3172664 or 13145807. OLE color: 13145807.
HSL color Cylindrical-coordinate representation of color #CF96C8: hue angle of 307.37º 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 #CF96C8 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 150 | 200 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.19 |
| HSL | 307.37º | 0.37% | 0.7% | - |
| HSV(B) | 307.37º | 0.28% | 0.81% | - |
| XYZ | 47.06 | 39.25 | 59.74 | - |
| YUV | 172.74 | 143.38 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 200 | 0 | 0.28 | 0.03 | 0.19 | 307.37 | 0.37 | 0.7 |
| Hex | CF | 96 | C8 | 0 | 1C | 3 | 13 | 133 | 25 | 46 |
| Octal | 317 | 226 | 310 | 0 | 34 | 3 | 23 | 463 | 45 | 106 |
| Binary | 11001111 | 10010110 | 11001000 | 0 | 11100 | 11 | 10011 | 100110011 | 100101 | 1000110 |
Color Harmonies of #CF96C8
Complementary color
Monochromatic Colors of #CF96C8
Black with #CF96C8
Text Example
Text Example
White with #CF96C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF96C8; }
p { color: rgb(207,150,200); }
H1.HeaderClassName
{
color: #CF96C8;
}
.AnyTagClassName
{
color: #CF96C8;
}
</style>
background-color css
<style>
a { background-color: #CF96C8; }
a { background-color: rgb(207,150,200); }
div.DivClassName
{
background-color: #CF96C8;
}
.BgClassName
{
background-color: #CF96C8;
}
</style>
border-color css
<style>
span { border-color: #CF96C8; }
span { border-color: rgb(207,150,200); }
td.TdClassName
{
border-color: #CF96C8;
}
.TagClassName
{
border-color: #CF96C8;
}
</style>