Shades of Lilac #CF8AD0
Tints of Lilac #CF8AD0
RGB
CMYK
RGB Variations
Color information
#CF8AD0 (or 0xCF8AD0) is known color: Lilac. HEX triplet: CF, 8A and D0. RGB value is (207,138,208). Sum of RGB (Red+Green+Blue) = 207+138+208=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 138 (54.30% from 255 or 24.95% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF8AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8AD0 is #30752F. Grayscale: #A6A6A6. Windows color (decimal): -3175728 or 13667023. OLE color: 13667023.
HSL color Cylindrical-coordinate representation of color #CF8AD0: hue angle of 299.14º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF8AD0 is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 138 | 208 | - |
| CMYK | 0.00 | 0.34 | 0 | 0.18 |
| HSL | 299.14º | 0.43% | 0.68% | - |
| HSV(B) | 299.14º | 0.34% | 0.82% | - |
| XYZ | 46.21 | 36 | 64.19 | - |
| YUV | 166.61 | 151.36 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 138 | 208 | 0.00 | 0.34 | 0 | 0.18 | 299.14 | 0.43 | 0.68 |
| Hex | CF | 8A | D0 | 0 | 22 | 0 | 12 | 12B | 2B | 44 |
| Octal | 317 | 212 | 320 | 0 | 42 | 0 | 22 | 453 | 53 | 104 |
| Binary | 11001111 | 10001010 | 11010000 | 0 | 100010 | 0 | 10010 | 100101011 | 101011 | 1000100 |
Color Harmonies of #CF8AD0
Complementary color
Monochromatic Colors of #CF8AD0
Black with #CF8AD0
Text Example
Text Example
White with #CF8AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8AD0; }
p { color: rgb(207,138,208); }
H1.HeaderClassName
{
color: #CF8AD0;
}
.AnyTagClassName
{
color: #CF8AD0;
}
</style>
background-color css
<style>
a { background-color: #CF8AD0; }
a { background-color: rgb(207,138,208); }
div.DivClassName
{
background-color: #CF8AD0;
}
.BgClassName
{
background-color: #CF8AD0;
}
</style>
border-color css
<style>
span { border-color: #CF8AD0; }
span { border-color: rgb(207,138,208); }
td.TdClassName
{
border-color: #CF8AD0;
}
.TagClassName
{
border-color: #CF8AD0;
}
</style>