Shades of Lily #C68CB5
Tints of Lily #C68CB5
RGB
CMYK
RGB Variations
Color information
#C68CB5 (or 0xC68CB5) is known color: Lily. HEX triplet: C6, 8C and B5. RGB value is (198,140,181). Sum of RGB (Red+Green+Blue) = 198+140+181=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 198 - color contains mainly: red. Hex color #C68CB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68CB5 is #39734A. Grayscale: #A1A1A1. Windows color (decimal): -3765067 or 11898054. OLE color: 11898054.
HSL color Cylindrical-coordinate representation of color #C68CB5: hue angle of 317.59º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C68CB5 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 140 | 181 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.22 |
| HSL | 317.59º | 0.34% | 0.66% | - |
| HSV(B) | 317.59º | 0.29% | 0.78% | - |
| XYZ | 41.01 | 34.1 | 48.14 | - |
| YUV | 162.02 | 138.72 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 140 | 181 | 0 | 0.29 | 0.09 | 0.22 | 317.59 | 0.34 | 0.66 |
| Hex | C6 | 8C | B5 | 0 | 1D | 9 | 16 | 13E | 22 | 42 |
| Octal | 306 | 214 | 265 | 0 | 35 | 11 | 26 | 476 | 42 | 102 |
| Binary | 11000110 | 10001100 | 10110101 | 0 | 11101 | 1001 | 10110 | 100111110 | 100010 | 1000010 |
Color Harmonies of #C68CB5
Complementary color
Monochromatic Colors of #C68CB5
Black with #C68CB5
Text Example
Text Example
White with #C68CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68CB5; }
p { color: rgb(198,140,181); }
H1.HeaderClassName
{
color: #C68CB5;
}
.AnyTagClassName
{
color: #C68CB5;
}
</style>
background-color css
<style>
a { background-color: #C68CB5; }
a { background-color: rgb(198,140,181); }
div.DivClassName
{
background-color: #C68CB5;
}
.BgClassName
{
background-color: #C68CB5;
}
</style>
border-color css
<style>
span { border-color: #C68CB5; }
span { border-color: rgb(198,140,181); }
td.TdClassName
{
border-color: #C68CB5;
}
.TagClassName
{
border-color: #C68CB5;
}
</style>