Shades of Lilac #C68BCC
Tints of Lilac #C68BCC
RGB
CMYK
RGB Variations
Color information
#C68BCC (or 0xC68BCC) is known color: Lilac. HEX triplet: C6, 8B and CC. RGB value is (198,139,204). Sum of RGB (Red+Green+Blue) = 198+139+204=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #C68BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68BCC is #397433. Grayscale: #A3A3A3. Windows color (decimal): -3765300 or 13405126. OLE color: 13405126.
HSL color Cylindrical-coordinate representation of color #C68BCC: hue angle of 294.46º degrees, saturation: 0.39, 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 #C68BCC is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 139 | 204 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.2 |
| HSL | 294.46º | 0.39% | 0.67% | - |
| HSV(B) | 294.46º | 0.32% | 0.8% | - |
| XYZ | 43.42 | 34.83 | 61.56 | - |
| YUV | 164.05 | 150.55 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 139 | 204 | 0.03 | 0.32 | 0 | 0.2 | 294.46 | 0.39 | 0.67 |
| Hex | C6 | 8B | CC | 3 | 20 | 0 | 14 | 126 | 27 | 43 |
| Octal | 306 | 213 | 314 | 3 | 40 | 0 | 24 | 446 | 47 | 103 |
| Binary | 11000110 | 10001011 | 11001100 | 11 | 100000 | 0 | 10100 | 100100110 | 100111 | 1000011 |
Color Harmonies of #C68BCC
Complementary color
Monochromatic Colors of #C68BCC
Black with #C68BCC
Text Example
Text Example
White with #C68BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68BCC; }
p { color: rgb(198,139,204); }
H1.HeaderClassName
{
color: #C68BCC;
}
.AnyTagClassName
{
color: #C68BCC;
}
</style>
background-color css
<style>
a { background-color: #C68BCC; }
a { background-color: rgb(198,139,204); }
div.DivClassName
{
background-color: #C68BCC;
}
.BgClassName
{
background-color: #C68BCC;
}
</style>
border-color css
<style>
span { border-color: #C68BCC; }
span { border-color: rgb(198,139,204); }
td.TdClassName
{
border-color: #C68BCC;
}
.TagClassName
{
border-color: #C68BCC;
}
</style>