Shades of Lily #C583B3
Tints of Lily #C583B3
RGB
CMYK
RGB Variations
Color information
#C583B3 (or 0xC583B3) is known color: Lily. HEX triplet: C5, 83 and B3. RGB value is (197,131,179). Sum of RGB (Red+Green+Blue) = 197+131+179=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 131 (51.56% from 255 or 25.84% from 507); Blue value is 179 (70.31% from 255 or 35.31% from 507); Max value from RGB is 197 - color contains mainly: red. Hex color #C583B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C583B3 is #3A7C4C. Grayscale: #9C9C9C. Windows color (decimal): -3832909 or 11764677. OLE color: 11764677.
HSL color Cylindrical-coordinate representation of color #C583B3: hue angle of 316.36º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C583B3 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 179 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.23 |
| HSL | 316.36º | 0.36% | 0.64% | - |
| HSV(B) | 316.36º | 0.34% | 0.77% | - |
| XYZ | 39.28 | 31.36 | 46.63 | - |
| YUV | 156.21 | 140.87 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 179 | 0 | 0.34 | 0.09 | 0.23 | 316.36 | 0.36 | 0.64 |
| Hex | C5 | 83 | B3 | 0 | 22 | 9 | 17 | 13C | 24 | 40 |
| Octal | 305 | 203 | 263 | 0 | 42 | 11 | 27 | 474 | 44 | 100 |
| Binary | 11000101 | 10000011 | 10110011 | 0 | 100010 | 1001 | 10111 | 100111100 | 100100 | 1000000 |
Color Harmonies of #C583B3
Complementary color
Monochromatic Colors of #C583B3
Black with #C583B3
Text Example
Text Example
White with #C583B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C583B3; }
p { color: rgb(197,131,179); }
H1.HeaderClassName
{
color: #C583B3;
}
.AnyTagClassName
{
color: #C583B3;
}
</style>
background-color css
<style>
a { background-color: #C583B3; }
a { background-color: rgb(197,131,179); }
div.DivClassName
{
background-color: #C583B3;
}
.BgClassName
{
background-color: #C583B3;
}
</style>
border-color css
<style>
span { border-color: #C583B3; }
span { border-color: rgb(197,131,179); }
td.TdClassName
{
border-color: #C583B3;
}
.TagClassName
{
border-color: #C583B3;
}
</style>