Shades of Lilac #C68BBE
Tints of Lilac #C68BBE
RGB
CMYK
RGB Variations
Color information
#C68BBE (or 0xC68BBE) is known color: Lilac. HEX triplet: C6, 8B and BE. RGB value is (198,139,190). Sum of RGB (Red+Green+Blue) = 198+139+190=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 198 - color contains mainly: red. Hex color #C68BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68BBE is #397441. Grayscale: #A2A2A2. Windows color (decimal): -3765314 or 12487622. OLE color: 12487622.
HSL color Cylindrical-coordinate representation of color #C68BBE: hue angle of 308.14º 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 #C68BBE is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 139 | 190 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.22 |
| HSL | 308.14º | 0.34% | 0.66% | - |
| HSV(B) | 308.14º | 0.3% | 0.78% | - |
| XYZ | 41.82 | 34.19 | 53.11 | - |
| YUV | 162.46 | 143.55 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 139 | 190 | 0 | 0.30 | 0.04 | 0.22 | 308.14 | 0.34 | 0.66 |
| Hex | C6 | 8B | BE | 0 | 1E | 4 | 16 | 134 | 22 | 42 |
| Octal | 306 | 213 | 276 | 0 | 36 | 4 | 26 | 464 | 42 | 102 |
| Binary | 11000110 | 10001011 | 10111110 | 0 | 11110 | 100 | 10110 | 100110100 | 100010 | 1000010 |
Color Harmonies of #C68BBE
Complementary color
Monochromatic Colors of #C68BBE
Black with #C68BBE
Text Example
Text Example
White with #C68BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68BBE; }
p { color: rgb(198,139,190); }
H1.HeaderClassName
{
color: #C68BBE;
}
.AnyTagClassName
{
color: #C68BBE;
}
</style>
background-color css
<style>
a { background-color: #C68BBE; }
a { background-color: rgb(198,139,190); }
div.DivClassName
{
background-color: #C68BBE;
}
.BgClassName
{
background-color: #C68BBE;
}
</style>
border-color css
<style>
span { border-color: #C68BBE; }
span { border-color: rgb(198,139,190); }
td.TdClassName
{
border-color: #C68BBE;
}
.TagClassName
{
border-color: #C68BBE;
}
</style>