Shades of Lilac #CF8AD3
Tints of Lilac #CF8AD3
RGB
CMYK
RGB Variations
Color information
#CF8AD3 (or 0xCF8AD3) is known color: Lilac. HEX triplet: CF, 8A and D3. RGB value is (207,138,211). Sum of RGB (Red+Green+Blue) = 207+138+211=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 138 (54.30% from 255 or 24.82% from 556); Blue value is 211 (82.81% from 255 or 37.95% from 556); Max value from RGB is 211 - color contains mainly: blue. Hex color #CF8AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8AD3 is #30752C. Grayscale: #A6A6A6. Windows color (decimal): -3175725 or 13863631. OLE color: 13863631.
HSL color Cylindrical-coordinate representation of color #CF8AD3: hue angle of 296.71º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CF8AD3 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 138 | 211 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.17 |
| HSL | 296.71º | 0.45% | 0.68% | - |
| HSV(B) | 296.71º | 0.35% | 0.83% | - |
| XYZ | 46.58 | 36.15 | 66.15 | - |
| YUV | 166.95 | 152.86 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 138 | 211 | 0.02 | 0.35 | 0 | 0.17 | 296.71 | 0.45 | 0.68 |
| Hex | CF | 8A | D3 | 2 | 23 | 0 | 11 | 129 | 2D | 44 |
| Octal | 317 | 212 | 323 | 2 | 43 | 0 | 21 | 451 | 55 | 104 |
| Binary | 11001111 | 10001010 | 11010011 | 10 | 100011 | 0 | 10001 | 100101001 | 101101 | 1000100 |
Color Harmonies of #CF8AD3
Complementary color
Monochromatic Colors of #CF8AD3
Black with #CF8AD3
Text Example
Text Example
White with #CF8AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8AD3; }
p { color: rgb(207,138,211); }
H1.HeaderClassName
{
color: #CF8AD3;
}
.AnyTagClassName
{
color: #CF8AD3;
}
</style>
background-color css
<style>
a { background-color: #CF8AD3; }
a { background-color: rgb(207,138,211); }
div.DivClassName
{
background-color: #CF8AD3;
}
.BgClassName
{
background-color: #CF8AD3;
}
</style>
border-color css
<style>
span { border-color: #CF8AD3; }
span { border-color: rgb(207,138,211); }
td.TdClassName
{
border-color: #CF8AD3;
}
.TagClassName
{
border-color: #CF8AD3;
}
</style>