Shades of Lilac #CFA5C8
Tints of Lilac #CFA5C8
RGB
CMYK
RGB Variations
Color information
#CFA5C8 (or 0xCFA5C8) is known color: Lilac. HEX triplet: CF, A5 and C8. RGB value is (207,165,200). Sum of RGB (Red+Green+Blue) = 207+165+200=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 165 (64.84% from 255 or 28.85% from 572); Blue value is 200 (78.52% from 255 or 34.97% from 572); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA5C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA5C8 is #305A37. Grayscale: #B5B5B5. Windows color (decimal): -3168824 or 13149647. OLE color: 13149647.
HSL color Cylindrical-coordinate representation of color #CFA5C8: hue angle of 310º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFA5C8 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 200 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.19 |
| HSL | 310º | 0.3% | 0.73% | - |
| HSV(B) | 310º | 0.2% | 0.81% | - |
| XYZ | 49.61 | 44.35 | 60.59 | - |
| YUV | 181.55 | 138.41 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 200 | 0 | 0.20 | 0.03 | 0.19 | 310 | 0.3 | 0.73 |
| Hex | CF | A5 | C8 | 0 | 14 | 3 | 13 | 136 | 1E | 49 |
| Octal | 317 | 245 | 310 | 0 | 24 | 3 | 23 | 466 | 36 | 111 |
| Binary | 11001111 | 10100101 | 11001000 | 0 | 10100 | 11 | 10011 | 100110110 | 11110 | 1001001 |
Color Harmonies of #CFA5C8
Complementary color
Monochromatic Colors of #CFA5C8
Black with #CFA5C8
Text Example
Text Example
White with #CFA5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA5C8; }
p { color: rgb(207,165,200); }
H1.HeaderClassName
{
color: #CFA5C8;
}
.AnyTagClassName
{
color: #CFA5C8;
}
</style>
background-color css
<style>
a { background-color: #CFA5C8; }
a { background-color: rgb(207,165,200); }
div.DivClassName
{
background-color: #CFA5C8;
}
.BgClassName
{
background-color: #CFA5C8;
}
</style>
border-color css
<style>
span { border-color: #CFA5C8; }
span { border-color: rgb(207,165,200); }
td.TdClassName
{
border-color: #CFA5C8;
}
.TagClassName
{
border-color: #CFA5C8;
}
</style>