Shades of Lily #C68BB0
Tints of Lily #C68BB0
RGB
CMYK
RGB Variations
Color information
#C68BB0 (or 0xC68BB0) is known color: Lily. HEX triplet: C6, 8B and B0. RGB value is (198,139,176). Sum of RGB (Red+Green+Blue) = 198+139+176=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 198 - color contains mainly: red. Hex color #C68BB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68BB0 is #39744F. Grayscale: #A0A0A0. Windows color (decimal): -3765328 or 11570118. OLE color: 11570118.
HSL color Cylindrical-coordinate representation of color #C68BB0: hue angle of 322.37º 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 #C68BB0 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 139 | 176 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.22 |
| HSL | 322.37º | 0.34% | 0.66% | - |
| HSV(B) | 322.37º | 0.3% | 0.78% | - |
| XYZ | 40.36 | 33.61 | 45.43 | - |
| YUV | 160.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 139 | 176 | 0 | 0.30 | 0.11 | 0.22 | 322.37 | 0.34 | 0.66 |
| Hex | C6 | 8B | B0 | 0 | 1E | B | 16 | 142 | 22 | 42 |
| Octal | 306 | 213 | 260 | 0 | 36 | 13 | 26 | 502 | 42 | 102 |
| Binary | 11000110 | 10001011 | 10110000 | 0 | 11110 | 1011 | 10110 | 101000010 | 100010 | 1000010 |
Color Harmonies of #C68BB0
Complementary color
Monochromatic Colors of #C68BB0
Black with #C68BB0
Text Example
Text Example
White with #C68BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68BB0; }
p { color: rgb(198,139,176); }
H1.HeaderClassName
{
color: #C68BB0;
}
.AnyTagClassName
{
color: #C68BB0;
}
</style>
background-color css
<style>
a { background-color: #C68BB0; }
a { background-color: rgb(198,139,176); }
div.DivClassName
{
background-color: #C68BB0;
}
.BgClassName
{
background-color: #C68BB0;
}
</style>
border-color css
<style>
span { border-color: #C68BB0; }
span { border-color: rgb(198,139,176); }
td.TdClassName
{
border-color: #C68BB0;
}
.TagClassName
{
border-color: #C68BB0;
}
</style>