Shades of Lilac #C68ACF
Tints of Lilac #C68ACF
RGB
CMYK
RGB Variations
Color information
#C68ACF (or 0xC68ACF) is known color: Lilac. HEX triplet: C6, 8A and CF. RGB value is (198,138,207). Sum of RGB (Red+Green+Blue) = 198+138+207=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 138 (54.30% from 255 or 25.41% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #C68ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68ACF is #397530. Grayscale: #A3A3A3. Windows color (decimal): -3765553 or 13601478. OLE color: 13601478.
HSL color Cylindrical-coordinate representation of color #C68ACF: hue angle of 292.17º 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 #C68ACF is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 138 | 207 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.19 |
| HSL | 292.17º | 0.42% | 0.68% | - |
| HSV(B) | 292.17º | 0.33% | 0.81% | - |
| XYZ | 43.64 | 34.69 | 63.43 | - |
| YUV | 163.81 | 152.38 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 138 | 207 | 0.04 | 0.33 | 0 | 0.19 | 292.17 | 0.42 | 0.68 |
| Hex | C6 | 8A | CF | 4 | 21 | 0 | 13 | 124 | 2A | 44 |
| Octal | 306 | 212 | 317 | 4 | 41 | 0 | 23 | 444 | 52 | 104 |
| Binary | 11000110 | 10001010 | 11001111 | 100 | 100001 | 0 | 10011 | 100100100 | 101010 | 1000100 |
Color Harmonies of #C68ACF
Complementary color
Monochromatic Colors of #C68ACF
Black with #C68ACF
Text Example
Text Example
White with #C68ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68ACF; }
p { color: rgb(198,138,207); }
H1.HeaderClassName
{
color: #C68ACF;
}
.AnyTagClassName
{
color: #C68ACF;
}
</style>
background-color css
<style>
a { background-color: #C68ACF; }
a { background-color: rgb(198,138,207); }
div.DivClassName
{
background-color: #C68ACF;
}
.BgClassName
{
background-color: #C68ACF;
}
</style>
border-color css
<style>
span { border-color: #C68ACF; }
span { border-color: rgb(198,138,207); }
td.TdClassName
{
border-color: #C68ACF;
}
.TagClassName
{
border-color: #C68ACF;
}
</style>