Shades of Lily #C68BBA
Tints of Lily #C68BBA
RGB
CMYK
RGB Variations
Color information
#C68BBA (or 0xC68BBA) is known color: Lily. HEX triplet: C6, 8B and BA. RGB value is (198,139,186). Sum of RGB (Red+Green+Blue) = 198+139+186=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 198 - color contains mainly: red. Hex color #C68BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68BBA is #397445. Grayscale: #A1A1A1. Windows color (decimal): -3765318 or 12225478. OLE color: 12225478.
HSL color Cylindrical-coordinate representation of color #C68BBA: hue angle of 312.2º 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 #C68BBA is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 139 | 186 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.22 |
| HSL | 312.2º | 0.34% | 0.66% | - |
| HSV(B) | 312.2º | 0.3% | 0.78% | - |
| XYZ | 41.38 | 34.02 | 50.84 | - |
| YUV | 162 | 141.55 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 139 | 186 | 0 | 0.30 | 0.06 | 0.22 | 312.2 | 0.34 | 0.66 |
| Hex | C6 | 8B | BA | 0 | 1E | 6 | 16 | 138 | 22 | 42 |
| Octal | 306 | 213 | 272 | 0 | 36 | 6 | 26 | 470 | 42 | 102 |
| Binary | 11000110 | 10001011 | 10111010 | 0 | 11110 | 110 | 10110 | 100111000 | 100010 | 1000010 |
Color Harmonies of #C68BBA
Complementary color
Monochromatic Colors of #C68BBA
Black with #C68BBA
Text Example
Text Example
White with #C68BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68BBA; }
p { color: rgb(198,139,186); }
H1.HeaderClassName
{
color: #C68BBA;
}
.AnyTagClassName
{
color: #C68BBA;
}
</style>
background-color css
<style>
a { background-color: #C68BBA; }
a { background-color: rgb(198,139,186); }
div.DivClassName
{
background-color: #C68BBA;
}
.BgClassName
{
background-color: #C68BBA;
}
</style>
border-color css
<style>
span { border-color: #C68BBA; }
span { border-color: rgb(198,139,186); }
td.TdClassName
{
border-color: #C68BBA;
}
.TagClassName
{
border-color: #C68BBA;
}
</style>