Shades of Lilac #CFA2D0
Tints of Lilac #CFA2D0
RGB
CMYK
RGB Variations
Color information
#CFA2D0 (or 0xCFA2D0) is known color: Lilac. HEX triplet: CF, A2 and D0. RGB value is (207,162,208). Sum of RGB (Red+Green+Blue) = 207+162+208=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 162 (63.67% from 255 or 28.08% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFA2D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2D0 is #305D2F. Grayscale: #B4B4B4. Windows color (decimal): -3169584 or 13673167. OLE color: 13673167.
HSL color Cylindrical-coordinate representation of color #CFA2D0: hue angle of 298.7º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFA2D0 is Cyan = 0.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 162 | 208 | - |
| CMYK | 0.00 | 0.22 | 0 | 0.18 |
| HSL | 298.7º | 0.33% | 0.73% | - |
| HSV(B) | 298.7º | 0.22% | 0.82% | - |
| XYZ | 50.04 | 43.66 | 65.46 | - |
| YUV | 180.7 | 143.41 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 208 | 0.00 | 0.22 | 0 | 0.18 | 298.7 | 0.33 | 0.73 |
| Hex | CF | A2 | D0 | 0 | 16 | 0 | 12 | 12B | 21 | 49 |
| Octal | 317 | 242 | 320 | 0 | 26 | 0 | 22 | 453 | 41 | 111 |
| Binary | 11001111 | 10100010 | 11010000 | 0 | 10110 | 0 | 10010 | 100101011 | 100001 | 1001001 |
Color Harmonies of #CFA2D0
Complementary color
Monochromatic Colors of #CFA2D0
Black with #CFA2D0
Text Example
Text Example
White with #CFA2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA2D0; }
p { color: rgb(207,162,208); }
H1.HeaderClassName
{
color: #CFA2D0;
}
.AnyTagClassName
{
color: #CFA2D0;
}
</style>
background-color css
<style>
a { background-color: #CFA2D0; }
a { background-color: rgb(207,162,208); }
div.DivClassName
{
background-color: #CFA2D0;
}
.BgClassName
{
background-color: #CFA2D0;
}
</style>
border-color css
<style>
span { border-color: #CFA2D0; }
span { border-color: rgb(207,162,208); }
td.TdClassName
{
border-color: #CFA2D0;
}
.TagClassName
{
border-color: #CFA2D0;
}
</style>