Shades of Lilac #CFA0D4
Tints of Lilac #CFA0D4
RGB
CMYK
RGB Variations
Color information
#CFA0D4 (or 0xCFA0D4) is known color: Lilac. HEX triplet: CF, A0 and D4. RGB value is (207,160,212). Sum of RGB (Red+Green+Blue) = 207+160+212=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 160 (62.89% from 255 or 27.63% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 212 - color contains mainly: blue. Hex color #CFA0D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA0D4 is #305F2B. Grayscale: #B3B3B3. Windows color (decimal): -3170092 or 13934799. OLE color: 13934799.
HSL color Cylindrical-coordinate representation of color #CFA0D4: hue angle of 294.23º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFA0D4 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 160 | 212 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.17 |
| HSL | 294.23º | 0.38% | 0.73% | - |
| HSV(B) | 294.23º | 0.25% | 0.83% | - |
| XYZ | 50.19 | 43.16 | 67.97 | - |
| YUV | 179.98 | 146.07 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 212 | 0.02 | 0.25 | 0 | 0.17 | 294.23 | 0.38 | 0.73 |
| Hex | CF | A0 | D4 | 2 | 19 | 0 | 11 | 126 | 26 | 49 |
| Octal | 317 | 240 | 324 | 2 | 31 | 0 | 21 | 446 | 46 | 111 |
| Binary | 11001111 | 10100000 | 11010100 | 10 | 11001 | 0 | 10001 | 100100110 | 100110 | 1001001 |
Color Harmonies of #CFA0D4
Complementary color
Monochromatic Colors of #CFA0D4
Black with #CFA0D4
Text Example
Text Example
White with #CFA0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA0D4; }
p { color: rgb(207,160,212); }
H1.HeaderClassName
{
color: #CFA0D4;
}
.AnyTagClassName
{
color: #CFA0D4;
}
</style>
background-color css
<style>
a { background-color: #CFA0D4; }
a { background-color: rgb(207,160,212); }
div.DivClassName
{
background-color: #CFA0D4;
}
.BgClassName
{
background-color: #CFA0D4;
}
</style>
border-color css
<style>
span { border-color: #CFA0D4; }
span { border-color: rgb(207,160,212); }
td.TdClassName
{
border-color: #CFA0D4;
}
.TagClassName
{
border-color: #CFA0D4;
}
</style>