Shades of Lilac #CFA5D0
Tints of Lilac #CFA5D0
RGB
CMYK
RGB Variations
Color information
#CFA5D0 (or 0xCFA5D0) is known color: Lilac. HEX triplet: CF, A5 and D0. RGB value is (207,165,208). Sum of RGB (Red+Green+Blue) = 207+165+208=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 165 (64.84% from 255 or 28.45% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFA5D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA5D0 is #305A2F. Grayscale: #B6B6B6. Windows color (decimal): -3168816 or 13673935. OLE color: 13673935.
HSL color Cylindrical-coordinate representation of color #CFA5D0: hue angle of 298.6º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFA5D0 is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 165 | 208 | - |
| CMYK | 0.00 | 0.21 | 0 | 0.18 |
| HSL | 298.6º | 0.31% | 0.73% | - |
| HSV(B) | 298.6º | 0.21% | 0.82% | - |
| XYZ | 50.57 | 44.73 | 65.64 | - |
| YUV | 182.46 | 142.41 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 208 | 0.00 | 0.21 | 0 | 0.18 | 298.6 | 0.31 | 0.73 |
| Hex | CF | A5 | D0 | 0 | 15 | 0 | 12 | 12B | 1F | 49 |
| Octal | 317 | 245 | 320 | 0 | 25 | 0 | 22 | 453 | 37 | 111 |
| Binary | 11001111 | 10100101 | 11010000 | 0 | 10101 | 0 | 10010 | 100101011 | 11111 | 1001001 |
Color Harmonies of #CFA5D0
Complementary color
Monochromatic Colors of #CFA5D0
Black with #CFA5D0
Text Example
Text Example
White with #CFA5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA5D0; }
p { color: rgb(207,165,208); }
H1.HeaderClassName
{
color: #CFA5D0;
}
.AnyTagClassName
{
color: #CFA5D0;
}
</style>
background-color css
<style>
a { background-color: #CFA5D0; }
a { background-color: rgb(207,165,208); }
div.DivClassName
{
background-color: #CFA5D0;
}
.BgClassName
{
background-color: #CFA5D0;
}
</style>
border-color css
<style>
span { border-color: #CFA5D0; }
span { border-color: rgb(207,165,208); }
td.TdClassName
{
border-color: #CFA5D0;
}
.TagClassName
{
border-color: #CFA5D0;
}
</style>