Shades of Lilac #CF8AC9
Tints of Lilac #CF8AC9
RGB
CMYK
RGB Variations
Color information
#CF8AC9 (or 0xCF8AC9) is known color: Lilac. HEX triplet: CF, 8A and C9. RGB value is (207,138,201). Sum of RGB (Red+Green+Blue) = 207+138+201=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 138 (54.30% from 255 or 25.27% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8AC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8AC9 is #307536. Grayscale: #A5A5A5. Windows color (decimal): -3175735 or 13208271. OLE color: 13208271.
HSL color Cylindrical-coordinate representation of color #CF8AC9: hue angle of 305.22º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF8AC9 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 138 | 201 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.19 |
| HSL | 305.22º | 0.42% | 0.68% | - |
| HSV(B) | 305.22º | 0.33% | 0.81% | - |
| XYZ | 45.36 | 35.66 | 59.75 | - |
| YUV | 165.81 | 147.86 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 138 | 201 | 0 | 0.33 | 0.03 | 0.19 | 305.22 | 0.42 | 0.68 |
| Hex | CF | 8A | C9 | 0 | 21 | 3 | 13 | 131 | 2A | 44 |
| Octal | 317 | 212 | 311 | 0 | 41 | 3 | 23 | 461 | 52 | 104 |
| Binary | 11001111 | 10001010 | 11001001 | 0 | 100001 | 11 | 10011 | 100110001 | 101010 | 1000100 |
Color Harmonies of #CF8AC9
Complementary color
Monochromatic Colors of #CF8AC9
Black with #CF8AC9
Text Example
Text Example
White with #CF8AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8AC9; }
p { color: rgb(207,138,201); }
H1.HeaderClassName
{
color: #CF8AC9;
}
.AnyTagClassName
{
color: #CF8AC9;
}
</style>
background-color css
<style>
a { background-color: #CF8AC9; }
a { background-color: rgb(207,138,201); }
div.DivClassName
{
background-color: #CF8AC9;
}
.BgClassName
{
background-color: #CF8AC9;
}
</style>
border-color css
<style>
span { border-color: #CF8AC9; }
span { border-color: rgb(207,138,201); }
td.TdClassName
{
border-color: #CF8AC9;
}
.TagClassName
{
border-color: #CF8AC9;
}
</style>