Shades of Lilac #CF97D0
Tints of Lilac #CF97D0
RGB
CMYK
RGB Variations
Color information
#CF97D0 (or 0xCF97D0) is known color: Lilac. HEX triplet: CF, 97 and D0. RGB value is (207,151,208). Sum of RGB (Red+Green+Blue) = 207+151+208=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF97D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF97D0 is #30682F. Grayscale: #AEAEAE. Windows color (decimal): -3172400 or 13670351. OLE color: 13670351.
HSL color Cylindrical-coordinate representation of color #CF97D0: hue angle of 298.95º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CF97D0 is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 207 | 151 | 208 | - |
CMYK | 0.00 | 0.27 | 0 | 0.18 |
HSL | 298.95º | 0.38% | 0.7% | - |
HSV(B) | 298.95º | 0.27% | 0.82% | - |
XYZ | 48.18 | 39.95 | 64.85 | - |
YUV | 174.24 | 147.05 | 151.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 151 | 208 | 0.00 | 0.27 | 0 | 0.18 | 298.95 | 0.38 | 0.7 |
Hex | CF | 97 | D0 | 0 | 1B | 0 | 12 | 12B | 26 | 46 |
Octal | 317 | 227 | 320 | 0 | 33 | 0 | 22 | 453 | 46 | 106 |
Binary | 11001111 | 10010111 | 11010000 | 0 | 11011 | 0 | 10010 | 100101011 | 100110 | 1000110 |
Color Harmonies of #CF97D0
Complementary color
Monochromatic Colors of #CF97D0
Black with #CF97D0
Text Example
Text Example
White with #CF97D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF97D0; }
p { color: rgb(207,151,208); }
H1.HeaderClassName
{
color: #CF97D0;
}
.AnyTagClassName
{
color: #CF97D0;
}
</style>
background-color css
<style>
a { background-color: #CF97D0; }
a { background-color: rgb(207,151,208); }
div.DivClassName
{
background-color: #CF97D0;
}
.BgClassName
{
background-color: #CF97D0;
}
</style>
border-color css
<style>
span { border-color: #CF97D0; }
span { border-color: rgb(207,151,208); }
td.TdClassName
{
border-color: #CF97D0;
}
.TagClassName
{
border-color: #CF97D0;
}
</style>