Shades of Lilac #CF8ACF
Tints of Lilac #CF8ACF
RGB
CMYK
RGB Variations
Color information
#CF8ACF (or 0xCF8ACF) is known color: Lilac. HEX triplet: CF, 8A and CF. RGB value is (207,138,207). Sum of RGB (Red+Green+Blue) = 207+138+207=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 138 (54.30% from 255 or 25% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF8ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8ACF is #307530. Grayscale: #A6A6A6. Windows color (decimal): -3175729 or 13601487. OLE color: 13601487.
HSL color Cylindrical-coordinate representation of color #CF8ACF: hue angle of 300º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF8ACF is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 138 | 207 | - |
| CMYK | 0 | 0.33 | 0 | 0.19 |
| HSL | 300º | 0.42% | 0.68% | - |
| HSV(B) | 300º | 0.33% | 0.81% | - |
| XYZ | 46.08 | 35.95 | 63.54 | - |
| YUV | 166.5 | 150.86 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 138 | 207 | 0 | 0.33 | 0 | 0.19 | 300 | 0.42 | 0.68 |
| Hex | CF | 8A | CF | 0 | 21 | 0 | 13 | 12C | 2A | 44 |
| Octal | 317 | 212 | 317 | 0 | 41 | 0 | 23 | 454 | 52 | 104 |
| Binary | 11001111 | 10001010 | 11001111 | 0 | 100001 | 0 | 10011 | 100101100 | 101010 | 1000100 |
Color Harmonies of #CF8ACF
Complementary color
Monochromatic Colors of #CF8ACF
Black with #CF8ACF
Text Example
Text Example
White with #CF8ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8ACF; }
p { color: rgb(207,138,207); }
H1.HeaderClassName
{
color: #CF8ACF;
}
.AnyTagClassName
{
color: #CF8ACF;
}
</style>
background-color css
<style>
a { background-color: #CF8ACF; }
a { background-color: rgb(207,138,207); }
div.DivClassName
{
background-color: #CF8ACF;
}
.BgClassName
{
background-color: #CF8ACF;
}
</style>
border-color css
<style>
span { border-color: #CF8ACF; }
span { border-color: rgb(207,138,207); }
td.TdClassName
{
border-color: #CF8ACF;
}
.TagClassName
{
border-color: #CF8ACF;
}
</style>