Shades of Lilac #CF9CC4
Tints of Lilac #CF9CC4
RGB
CMYK
RGB Variations
Color information
#CF9CC4 (or 0xCF9CC4) is known color: Lilac. HEX triplet: CF, 9C and C4. RGB value is (207,156,196). Sum of RGB (Red+Green+Blue) = 207+156+196=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 156 (61.33% from 255 or 27.91% from 559); Blue value is 196 (76.95% from 255 or 35.06% from 559); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9CC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9CC4 is #30633B. Grayscale: #AFAFAF. Windows color (decimal): -3171132 or 12885199. OLE color: 12885199.
HSL color Cylindrical-coordinate representation of color #CF9CC4: hue angle of 312.94º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CF9CC4 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 196 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.19 |
| HSL | 312.94º | 0.35% | 0.71% | - |
| HSV(B) | 312.94º | 0.25% | 0.81% | - |
| XYZ | 47.58 | 41.03 | 57.64 | - |
| YUV | 175.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 196 | 0 | 0.25 | 0.05 | 0.19 | 312.94 | 0.35 | 0.71 |
| Hex | CF | 9C | C4 | 0 | 19 | 5 | 13 | 139 | 23 | 47 |
| Octal | 317 | 234 | 304 | 0 | 31 | 5 | 23 | 471 | 43 | 107 |
| Binary | 11001111 | 10011100 | 11000100 | 0 | 11001 | 101 | 10011 | 100111001 | 100011 | 1000111 |
Color Harmonies of #CF9CC4
Complementary color
Monochromatic Colors of #CF9CC4
Black with #CF9CC4
Text Example
Text Example
White with #CF9CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9CC4; }
p { color: rgb(207,156,196); }
H1.HeaderClassName
{
color: #CF9CC4;
}
.AnyTagClassName
{
color: #CF9CC4;
}
</style>
background-color css
<style>
a { background-color: #CF9CC4; }
a { background-color: rgb(207,156,196); }
div.DivClassName
{
background-color: #CF9CC4;
}
.BgClassName
{
background-color: #CF9CC4;
}
</style>
border-color css
<style>
span { border-color: #CF9CC4; }
span { border-color: rgb(207,156,196); }
td.TdClassName
{
border-color: #CF9CC4;
}
.TagClassName
{
border-color: #CF9CC4;
}
</style>