Shades of Lilac #CF93CF
Tints of Lilac #CF93CF
RGB
CMYK
RGB Variations
Color information
#CF93CF (or 0xCF93CF) is known color: Lilac. HEX triplet: CF, 93 and CF. RGB value is (207,147,207). Sum of RGB (Red+Green+Blue) = 207+147+207=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 147 (57.81% from 255 or 26.20% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF93CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF93CF is #306C30. Grayscale: #ABABAB. Windows color (decimal): -3173425 or 13603791. OLE color: 13603791.
HSL color Cylindrical-coordinate representation of color #CF93CF: hue angle of 300º 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 #CF93CF is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 207 | - |
| CMYK | 0 | 0.29 | 0 | 0.19 |
| HSL | 300º | 0.38% | 0.69% | - |
| HSV(B) | 300º | 0.29% | 0.81% | - |
| XYZ | 47.43 | 38.64 | 63.99 | - |
| YUV | 171.78 | 147.88 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 207 | 0 | 0.29 | 0 | 0.19 | 300 | 0.38 | 0.69 |
| Hex | CF | 93 | CF | 0 | 1D | 0 | 13 | 12C | 26 | 45 |
| Octal | 317 | 223 | 317 | 0 | 35 | 0 | 23 | 454 | 46 | 105 |
| Binary | 11001111 | 10010011 | 11001111 | 0 | 11101 | 0 | 10011 | 100101100 | 100110 | 1000101 |
Color Harmonies of #CF93CF
Complementary color
Monochromatic Colors of #CF93CF
Black with #CF93CF
Text Example
Text Example
White with #CF93CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF93CF; }
p { color: rgb(207,147,207); }
H1.HeaderClassName
{
color: #CF93CF;
}
.AnyTagClassName
{
color: #CF93CF;
}
</style>
background-color css
<style>
a { background-color: #CF93CF; }
a { background-color: rgb(207,147,207); }
div.DivClassName
{
background-color: #CF93CF;
}
.BgClassName
{
background-color: #CF93CF;
}
</style>
border-color css
<style>
span { border-color: #CF93CF; }
span { border-color: rgb(207,147,207); }
td.TdClassName
{
border-color: #CF93CF;
}
.TagClassName
{
border-color: #CF93CF;
}
</style>