Shades of Lilac #C68BC2
Tints of Lilac #C68BC2
RGB
CMYK
RGB Variations
Color information
#C68BC2 (or 0xC68BC2) is known color: Lilac. HEX triplet: C6, 8B and C2. RGB value is (198,139,194). Sum of RGB (Red+Green+Blue) = 198+139+194=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 198 - color contains mainly: red. Hex color #C68BC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68BC2 is #39743D. Grayscale: #A2A2A2. Windows color (decimal): -3765310 or 12749766. OLE color: 12749766.
HSL color Cylindrical-coordinate representation of color #C68BC2: hue angle of 304.07º 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 #C68BC2 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 139 | 194 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.22 |
| HSL | 304.07º | 0.34% | 0.66% | - |
| HSV(B) | 304.07º | 0.3% | 0.78% | - |
| XYZ | 42.26 | 34.37 | 55.44 | - |
| YUV | 162.91 | 145.55 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 139 | 194 | 0 | 0.30 | 0.02 | 0.22 | 304.07 | 0.34 | 0.66 |
| Hex | C6 | 8B | C2 | 0 | 1E | 2 | 16 | 130 | 22 | 42 |
| Octal | 306 | 213 | 302 | 0 | 36 | 2 | 26 | 460 | 42 | 102 |
| Binary | 11000110 | 10001011 | 11000010 | 0 | 11110 | 10 | 10110 | 100110000 | 100010 | 1000010 |
Color Harmonies of #C68BC2
Complementary color
Monochromatic Colors of #C68BC2
Black with #C68BC2
Text Example
Text Example
White with #C68BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68BC2; }
p { color: rgb(198,139,194); }
H1.HeaderClassName
{
color: #C68BC2;
}
.AnyTagClassName
{
color: #C68BC2;
}
</style>
background-color css
<style>
a { background-color: #C68BC2; }
a { background-color: rgb(198,139,194); }
div.DivClassName
{
background-color: #C68BC2;
}
.BgClassName
{
background-color: #C68BC2;
}
</style>
border-color css
<style>
span { border-color: #C68BC2; }
span { border-color: rgb(198,139,194); }
td.TdClassName
{
border-color: #C68BC2;
}
.TagClassName
{
border-color: #C68BC2;
}
</style>