Shades of Lilac #CF93CA
Tints of Lilac #CF93CA
RGB
CMYK
RGB Variations
Color information
#CF93CA (or 0xCF93CA) is known color: Lilac. HEX triplet: CF, 93 and CA. RGB value is (207,147,202). Sum of RGB (Red+Green+Blue) = 207+147+202=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CF93CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF93CA is #306C35. Grayscale: #ABABAB. Windows color (decimal): -3173430 or 13276111. OLE color: 13276111.
HSL color Cylindrical-coordinate representation of color #CF93CA: hue angle of 305º 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 #CF93CA is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 202 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.19 |
| HSL | 305º | 0.38% | 0.69% | - |
| HSV(B) | 305º | 0.29% | 0.81% | - |
| XYZ | 46.83 | 38.4 | 60.82 | - |
| YUV | 171.21 | 145.38 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 202 | 0 | 0.29 | 0.02 | 0.19 | 305 | 0.38 | 0.69 |
| Hex | CF | 93 | CA | 0 | 1D | 2 | 13 | 131 | 26 | 45 |
| Octal | 317 | 223 | 312 | 0 | 35 | 2 | 23 | 461 | 46 | 105 |
| Binary | 11001111 | 10010011 | 11001010 | 0 | 11101 | 10 | 10011 | 100110001 | 100110 | 1000101 |
Color Harmonies of #CF93CA
Complementary color
Monochromatic Colors of #CF93CA
Black with #CF93CA
Text Example
Text Example
White with #CF93CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF93CA; }
p { color: rgb(207,147,202); }
H1.HeaderClassName
{
color: #CF93CA;
}
.AnyTagClassName
{
color: #CF93CA;
}
</style>
background-color css
<style>
a { background-color: #CF93CA; }
a { background-color: rgb(207,147,202); }
div.DivClassName
{
background-color: #CF93CA;
}
.BgClassName
{
background-color: #CF93CA;
}
</style>
border-color css
<style>
span { border-color: #CF93CA; }
span { border-color: rgb(207,147,202); }
td.TdClassName
{
border-color: #CF93CA;
}
.TagClassName
{
border-color: #CF93CA;
}
</style>