Shades of Lilac #C68ACD
Tints of Lilac #C68ACD
RGB
CMYK
RGB Variations
Color information
#C68ACD (or 0xC68ACD) is known color: Lilac. HEX triplet: C6, 8A and CD. RGB value is (198,138,205). Sum of RGB (Red+Green+Blue) = 198+138+205=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 138 (54.30% from 255 or 25.51% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 205 - color contains mainly: blue. Hex color #C68ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68ACD is #397532. Grayscale: #A3A3A3. Windows color (decimal): -3765555 or 13470406. OLE color: 13470406.
HSL color Cylindrical-coordinate representation of color #C68ACD: hue angle of 293.73º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C68ACD is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 138 | 205 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.20 |
| HSL | 293.73º | 0.4% | 0.67% | - |
| HSV(B) | 293.73º | 0.33% | 0.8% | - |
| XYZ | 43.4 | 34.59 | 62.15 | - |
| YUV | 163.58 | 151.38 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 138 | 205 | 0.03 | 0.33 | 0 | 0.20 | 293.73 | 0.4 | 0.67 |
| Hex | C6 | 8A | CD | 3 | 21 | 0 | 14 | 126 | 28 | 43 |
| Octal | 306 | 212 | 315 | 3 | 41 | 0 | 24 | 446 | 50 | 103 |
| Binary | 11000110 | 10001010 | 11001101 | 11 | 100001 | 0 | 10100 | 100100110 | 101000 | 1000011 |
Color Harmonies of #C68ACD
Complementary color
Monochromatic Colors of #C68ACD
Black with #C68ACD
Text Example
Text Example
White with #C68ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68ACD; }
p { color: rgb(198,138,205); }
H1.HeaderClassName
{
color: #C68ACD;
}
.AnyTagClassName
{
color: #C68ACD;
}
</style>
background-color css
<style>
a { background-color: #C68ACD; }
a { background-color: rgb(198,138,205); }
div.DivClassName
{
background-color: #C68ACD;
}
.BgClassName
{
background-color: #C68ACD;
}
</style>
border-color css
<style>
span { border-color: #C68ACD; }
span { border-color: rgb(198,138,205); }
td.TdClassName
{
border-color: #C68ACD;
}
.TagClassName
{
border-color: #C68ACD;
}
</style>