Shades of Lily #C68ABB
Tints of Lily #C68ABB
RGB
CMYK
RGB Variations
Color information
#C68ABB (or 0xC68ABB) is known color: Lily. HEX triplet: C6, 8A and BB. RGB value is (198,138,187). Sum of RGB (Red+Green+Blue) = 198+138+187=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 198 - color contains mainly: red. Hex color #C68ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68ABB is #397544. Grayscale: #A1A1A1. Windows color (decimal): -3765573 or 12290758. OLE color: 12290758.
HSL color Cylindrical-coordinate representation of color #C68ABB: hue angle of 311º 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 #C68ABB is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 138 | 187 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.22 |
| HSL | 311º | 0.34% | 0.66% | - |
| HSV(B) | 311º | 0.3% | 0.78% | - |
| XYZ | 41.35 | 33.77 | 51.35 | - |
| YUV | 161.53 | 142.38 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 138 | 187 | 0 | 0.30 | 0.06 | 0.22 | 311 | 0.34 | 0.66 |
| Hex | C6 | 8A | BB | 0 | 1E | 6 | 16 | 137 | 22 | 42 |
| Octal | 306 | 212 | 273 | 0 | 36 | 6 | 26 | 467 | 42 | 102 |
| Binary | 11000110 | 10001010 | 10111011 | 0 | 11110 | 110 | 10110 | 100110111 | 100010 | 1000010 |
Color Harmonies of #C68ABB
Complementary color
Monochromatic Colors of #C68ABB
Black with #C68ABB
Text Example
Text Example
White with #C68ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68ABB; }
p { color: rgb(198,138,187); }
H1.HeaderClassName
{
color: #C68ABB;
}
.AnyTagClassName
{
color: #C68ABB;
}
</style>
background-color css
<style>
a { background-color: #C68ABB; }
a { background-color: rgb(198,138,187); }
div.DivClassName
{
background-color: #C68ABB;
}
.BgClassName
{
background-color: #C68ABB;
}
</style>
border-color css
<style>
span { border-color: #C68ABB; }
span { border-color: rgb(198,138,187); }
td.TdClassName
{
border-color: #C68ABB;
}
.TagClassName
{
border-color: #C68ABB;
}
</style>