Shades of Lily #C68CB0
Tints of Lily #C68CB0
RGB
CMYK
RGB Variations
Color information
#C68CB0 (or 0xC68CB0) is known color: Lily. HEX triplet: C6, 8C and B0. RGB value is (198,140,176). Sum of RGB (Red+Green+Blue) = 198+140+176=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 198 - color contains mainly: red. Hex color #C68CB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68CB0 is #39734F. Grayscale: #A1A1A1. Windows color (decimal): -3765072 or 11570374. OLE color: 11570374.
HSL color Cylindrical-coordinate representation of color #C68CB0: hue angle of 322.76º 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 #C68CB0 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 140 | 176 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.22 |
| HSL | 322.76º | 0.34% | 0.66% | - |
| HSV(B) | 322.76º | 0.29% | 0.78% | - |
| XYZ | 40.5 | 33.9 | 45.48 | - |
| YUV | 161.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 140 | 176 | 0 | 0.29 | 0.11 | 0.22 | 322.76 | 0.34 | 0.66 |
| Hex | C6 | 8C | B0 | 0 | 1D | B | 16 | 143 | 22 | 42 |
| Octal | 306 | 214 | 260 | 0 | 35 | 13 | 26 | 503 | 42 | 102 |
| Binary | 11000110 | 10001100 | 10110000 | 0 | 11101 | 1011 | 10110 | 101000011 | 100010 | 1000010 |
Color Harmonies of #C68CB0
Complementary color
Monochromatic Colors of #C68CB0
Black with #C68CB0
Text Example
Text Example
White with #C68CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68CB0; }
p { color: rgb(198,140,176); }
H1.HeaderClassName
{
color: #C68CB0;
}
.AnyTagClassName
{
color: #C68CB0;
}
</style>
background-color css
<style>
a { background-color: #C68CB0; }
a { background-color: rgb(198,140,176); }
div.DivClassName
{
background-color: #C68CB0;
}
.BgClassName
{
background-color: #C68CB0;
}
</style>
border-color css
<style>
span { border-color: #C68CB0; }
span { border-color: rgb(198,140,176); }
td.TdClassName
{
border-color: #C68CB0;
}
.TagClassName
{
border-color: #C68CB0;
}
</style>