Shades of Lilac #CF9DC4
Tints of Lilac #CF9DC4
RGB
CMYK
RGB Variations
Color information
#CF9DC4 (or 0xCF9DC4) is known color: Lilac. HEX triplet: CF, 9D and C4. RGB value is (207,157,196). Sum of RGB (Red+Green+Blue) = 207+157+196=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 157 (61.72% from 255 or 28.04% from 560); Blue value is 196 (76.95% from 255 or 35% from 560); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9DC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9DC4 is #30623B. Grayscale: #B0B0B0. Windows color (decimal): -3170876 or 12885455. OLE color: 12885455.
HSL color Cylindrical-coordinate representation of color #CF9DC4: hue angle of 313.2º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CF9DC4 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 157 | 196 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.19 |
| HSL | 313.2º | 0.34% | 0.71% | - |
| HSV(B) | 313.2º | 0.24% | 0.81% | - |
| XYZ | 47.75 | 41.36 | 57.69 | - |
| YUV | 176.4 | 139.07 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 196 | 0 | 0.24 | 0.05 | 0.19 | 313.2 | 0.34 | 0.71 |
| Hex | CF | 9D | C4 | 0 | 18 | 5 | 13 | 139 | 22 | 47 |
| Octal | 317 | 235 | 304 | 0 | 30 | 5 | 23 | 471 | 42 | 107 |
| Binary | 11001111 | 10011101 | 11000100 | 0 | 11000 | 101 | 10011 | 100111001 | 100010 | 1000111 |
Color Harmonies of #CF9DC4
Complementary color
Monochromatic Colors of #CF9DC4
Black with #CF9DC4
Text Example
Text Example
White with #CF9DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9DC4; }
p { color: rgb(207,157,196); }
H1.HeaderClassName
{
color: #CF9DC4;
}
.AnyTagClassName
{
color: #CF9DC4;
}
</style>
background-color css
<style>
a { background-color: #CF9DC4; }
a { background-color: rgb(207,157,196); }
div.DivClassName
{
background-color: #CF9DC4;
}
.BgClassName
{
background-color: #CF9DC4;
}
</style>
border-color css
<style>
span { border-color: #CF9DC4; }
span { border-color: rgb(207,157,196); }
td.TdClassName
{
border-color: #CF9DC4;
}
.TagClassName
{
border-color: #CF9DC4;
}
</style>