Shades of Lilac #C69ACF
Tints of Lilac #C69ACF
RGB
CMYK
RGB Variations
Color information
#C69ACF (or 0xC69ACF) is known color: Lilac. HEX triplet: C6, 9A and CF. RGB value is (198,154,207). Sum of RGB (Red+Green+Blue) = 198+154+207=559 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.42% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 207 - color contains mainly: blue. Hex color #C69ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69ACF is #396530. Grayscale: #ADADAD. Windows color (decimal): -3761457 or 13605574. OLE color: 13605574.
HSL color Cylindrical-coordinate representation of color #C69ACF: hue angle of 289.81º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C69ACF is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 154 | 207 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.19 |
| HSL | 289.81º | 0.36% | 0.71% | - |
| HSV(B) | 289.81º | 0.26% | 0.81% | - |
| XYZ | 46.11 | 39.62 | 64.25 | - |
| YUV | 173.2 | 147.08 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 154 | 207 | 0.04 | 0.26 | 0 | 0.19 | 289.81 | 0.36 | 0.71 |
| Hex | C6 | 9A | CF | 4 | 1A | 0 | 13 | 122 | 24 | 47 |
| Octal | 306 | 232 | 317 | 4 | 32 | 0 | 23 | 442 | 44 | 107 |
| Binary | 11000110 | 10011010 | 11001111 | 100 | 11010 | 0 | 10011 | 100100010 | 100100 | 1000111 |
Color Harmonies of #C69ACF
Complementary color
Monochromatic Colors of #C69ACF
Black with #C69ACF
Text Example
Text Example
White with #C69ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69ACF; }
p { color: rgb(198,154,207); }
H1.HeaderClassName
{
color: #C69ACF;
}
.AnyTagClassName
{
color: #C69ACF;
}
</style>
background-color css
<style>
a { background-color: #C69ACF; }
a { background-color: rgb(198,154,207); }
div.DivClassName
{
background-color: #C69ACF;
}
.BgClassName
{
background-color: #C69ACF;
}
</style>
border-color css
<style>
span { border-color: #C69ACF; }
span { border-color: rgb(198,154,207); }
td.TdClassName
{
border-color: #C69ACF;
}
.TagClassName
{
border-color: #C69ACF;
}
</style>