Shades of Lilac #CF93C9
Tints of Lilac #CF93C9
RGB
CMYK
RGB Variations
Color information
#CF93C9 (or 0xCF93C9) is known color: Lilac. HEX triplet: CF, 93 and C9. RGB value is (207,147,201). Sum of RGB (Red+Green+Blue) = 207+147+201=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 207 - color contains mainly: red. Hex color #CF93C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF93C9 is #306C36. Grayscale: #AAAAAA. Windows color (decimal): -3173431 or 13210575. OLE color: 13210575.
HSL color Cylindrical-coordinate representation of color #CF93C9: hue angle of 306º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF93C9 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 201 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.19 |
| HSL | 306º | 0.38% | 0.69% | - |
| HSV(B) | 306º | 0.29% | 0.81% | - |
| XYZ | 46.71 | 38.35 | 60.2 | - |
| YUV | 171.1 | 144.88 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 201 | 0 | 0.29 | 0.03 | 0.19 | 306 | 0.38 | 0.69 |
| Hex | CF | 93 | C9 | 0 | 1D | 3 | 13 | 132 | 26 | 45 |
| Octal | 317 | 223 | 311 | 0 | 35 | 3 | 23 | 462 | 46 | 105 |
| Binary | 11001111 | 10010011 | 11001001 | 0 | 11101 | 11 | 10011 | 100110010 | 100110 | 1000101 |
Color Harmonies of #CF93C9
Complementary color
Monochromatic Colors of #CF93C9
Black with #CF93C9
Text Example
Text Example
White with #CF93C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF93C9; }
p { color: rgb(207,147,201); }
H1.HeaderClassName
{
color: #CF93C9;
}
.AnyTagClassName
{
color: #CF93C9;
}
</style>
background-color css
<style>
a { background-color: #CF93C9; }
a { background-color: rgb(207,147,201); }
div.DivClassName
{
background-color: #CF93C9;
}
.BgClassName
{
background-color: #CF93C9;
}
</style>
border-color css
<style>
span { border-color: #CF93C9; }
span { border-color: rgb(207,147,201); }
td.TdClassName
{
border-color: #CF93C9;
}
.TagClassName
{
border-color: #CF93C9;
}
</style>