Shades of Lilac #C68BCD
Tints of Lilac #C68BCD
RGB
CMYK
RGB Variations
Color information
#C68BCD (or 0xC68BCD) is known color: Lilac. HEX triplet: C6, 8B and CD. RGB value is (198,139,205). Sum of RGB (Red+Green+Blue) = 198+139+205=542 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.53% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 205 - color contains mainly: blue. Hex color #C68BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68BCD is #397432. Grayscale: #A3A3A3. Windows color (decimal): -3765299 or 13470662. OLE color: 13470662.
HSL color Cylindrical-coordinate representation of color #C68BCD: hue angle of 293.64º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C68BCD is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 139 | 205 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.20 |
| HSL | 293.64º | 0.4% | 0.67% | - |
| HSV(B) | 293.64º | 0.32% | 0.8% | - |
| XYZ | 43.54 | 34.88 | 62.2 | - |
| YUV | 164.17 | 151.05 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 139 | 205 | 0.03 | 0.32 | 0 | 0.20 | 293.64 | 0.4 | 0.67 |
| Hex | C6 | 8B | CD | 3 | 20 | 0 | 14 | 126 | 28 | 43 |
| Octal | 306 | 213 | 315 | 3 | 40 | 0 | 24 | 446 | 50 | 103 |
| Binary | 11000110 | 10001011 | 11001101 | 11 | 100000 | 0 | 10100 | 100100110 | 101000 | 1000011 |
Color Harmonies of #C68BCD
Complementary color
Monochromatic Colors of #C68BCD
Black with #C68BCD
Text Example
Text Example
White with #C68BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68BCD; }
p { color: rgb(198,139,205); }
H1.HeaderClassName
{
color: #C68BCD;
}
.AnyTagClassName
{
color: #C68BCD;
}
</style>
background-color css
<style>
a { background-color: #C68BCD; }
a { background-color: rgb(198,139,205); }
div.DivClassName
{
background-color: #C68BCD;
}
.BgClassName
{
background-color: #C68BCD;
}
</style>
border-color css
<style>
span { border-color: #C68BCD; }
span { border-color: rgb(198,139,205); }
td.TdClassName
{
border-color: #C68BCD;
}
.TagClassName
{
border-color: #C68BCD;
}
</style>