Shades of Lily #C683B0
Tints of Lily #C683B0
RGB
CMYK
RGB Variations
Color information
#C683B0 (or 0xC683B0) is known color: Lily. HEX triplet: C6, 83 and B0. RGB value is (198,131,176). Sum of RGB (Red+Green+Blue) = 198+131+176=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 131 (51.56% from 255 or 25.94% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 198 - color contains mainly: red. Hex color #C683B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C683B0 is #397C4F. Grayscale: #9C9C9C. Windows color (decimal): -3767376 or 11568070. OLE color: 11568070.
HSL color Cylindrical-coordinate representation of color #C683B0: hue angle of 319.7º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C683B0 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 131 | 176 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.22 |
| HSL | 319.7º | 0.37% | 0.65% | - |
| HSV(B) | 319.7º | 0.34% | 0.78% | - |
| XYZ | 39.24 | 31.37 | 45.06 | - |
| YUV | 156.16 | 139.2 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 131 | 176 | 0 | 0.34 | 0.11 | 0.22 | 319.7 | 0.37 | 0.65 |
| Hex | C6 | 83 | B0 | 0 | 22 | B | 16 | 140 | 25 | 41 |
| Octal | 306 | 203 | 260 | 0 | 42 | 13 | 26 | 500 | 45 | 101 |
| Binary | 11000110 | 10000011 | 10110000 | 0 | 100010 | 1011 | 10110 | 101000000 | 100101 | 1000001 |
Color Harmonies of #C683B0
Complementary color
Monochromatic Colors of #C683B0
Black with #C683B0
Text Example
Text Example
White with #C683B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C683B0; }
p { color: rgb(198,131,176); }
H1.HeaderClassName
{
color: #C683B0;
}
.AnyTagClassName
{
color: #C683B0;
}
</style>
background-color css
<style>
a { background-color: #C683B0; }
a { background-color: rgb(198,131,176); }
div.DivClassName
{
background-color: #C683B0;
}
.BgClassName
{
background-color: #C683B0;
}
</style>
border-color css
<style>
span { border-color: #C683B0; }
span { border-color: rgb(198,131,176); }
td.TdClassName
{
border-color: #C683B0;
}
.TagClassName
{
border-color: #C683B0;
}
</style>