Shades of Lilac #CF93C1
Tints of Lilac #CF93C1
RGB
CMYK
RGB Variations
Color information
#CF93C1 (or 0xCF93C1) is known color: Lilac. HEX triplet: CF, 93 and C1. RGB value is (207,147,193). Sum of RGB (Red+Green+Blue) = 207+147+193=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 207 - color contains mainly: red. Hex color #CF93C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF93C1 is #306C3E. Grayscale: #AAAAAA. Windows color (decimal): -3173439 or 12686287. OLE color: 12686287.
HSL color Cylindrical-coordinate representation of color #CF93C1: hue angle of 314º 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 #CF93C1 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 193 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.19 |
| HSL | 314º | 0.38% | 0.69% | - |
| HSV(B) | 314º | 0.29% | 0.81% | - |
| XYZ | 45.79 | 37.98 | 55.37 | - |
| YUV | 170.18 | 140.88 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 193 | 0 | 0.29 | 0.07 | 0.19 | 314 | 0.38 | 0.69 |
| Hex | CF | 93 | C1 | 0 | 1D | 7 | 13 | 13A | 26 | 45 |
| Octal | 317 | 223 | 301 | 0 | 35 | 7 | 23 | 472 | 46 | 105 |
| Binary | 11001111 | 10010011 | 11000001 | 0 | 11101 | 111 | 10011 | 100111010 | 100110 | 1000101 |
Color Harmonies of #CF93C1
Complementary color
Monochromatic Colors of #CF93C1
Black with #CF93C1
Text Example
Text Example
White with #CF93C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF93C1; }
p { color: rgb(207,147,193); }
H1.HeaderClassName
{
color: #CF93C1;
}
.AnyTagClassName
{
color: #CF93C1;
}
</style>
background-color css
<style>
a { background-color: #CF93C1; }
a { background-color: rgb(207,147,193); }
div.DivClassName
{
background-color: #CF93C1;
}
.BgClassName
{
background-color: #CF93C1;
}
</style>
border-color css
<style>
span { border-color: #CF93C1; }
span { border-color: rgb(207,147,193); }
td.TdClassName
{
border-color: #CF93C1;
}
.TagClassName
{
border-color: #CF93C1;
}
</style>