Shades of Lilac #C68AC2
Tints of Lilac #C68AC2
RGB
CMYK
RGB Variations
Color information
#C68AC2 (or 0xC68AC2) is known color: Lilac. HEX triplet: C6, 8A and C2. RGB value is (198,138,194). Sum of RGB (Red+Green+Blue) = 198+138+194=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 198 - color contains mainly: red. Hex color #C68AC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68AC2 is #39753D. Grayscale: #A2A2A2. Windows color (decimal): -3765566 or 12749510. OLE color: 12749510.
HSL color Cylindrical-coordinate representation of color #C68AC2: hue angle of 304º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C68AC2 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 138 | 194 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.22 |
| HSL | 304º | 0.34% | 0.66% | - |
| HSV(B) | 304º | 0.3% | 0.78% | - |
| XYZ | 42.11 | 34.08 | 55.4 | - |
| YUV | 162.32 | 145.88 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 138 | 194 | 0 | 0.30 | 0.02 | 0.22 | 304 | 0.34 | 0.66 |
| Hex | C6 | 8A | C2 | 0 | 1E | 2 | 16 | 130 | 22 | 42 |
| Octal | 306 | 212 | 302 | 0 | 36 | 2 | 26 | 460 | 42 | 102 |
| Binary | 11000110 | 10001010 | 11000010 | 0 | 11110 | 10 | 10110 | 100110000 | 100010 | 1000010 |
Color Harmonies of #C68AC2
Complementary color
Monochromatic Colors of #C68AC2
Black with #C68AC2
Text Example
Text Example
White with #C68AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68AC2; }
p { color: rgb(198,138,194); }
H1.HeaderClassName
{
color: #C68AC2;
}
.AnyTagClassName
{
color: #C68AC2;
}
</style>
background-color css
<style>
a { background-color: #C68AC2; }
a { background-color: rgb(198,138,194); }
div.DivClassName
{
background-color: #C68AC2;
}
.BgClassName
{
background-color: #C68AC2;
}
</style>
border-color css
<style>
span { border-color: #C68AC2; }
span { border-color: rgb(198,138,194); }
td.TdClassName
{
border-color: #C68AC2;
}
.TagClassName
{
border-color: #C68AC2;
}
</style>