Shades of Lily #CB83B5
Tints of Lily #CB83B5
RGB
CMYK
RGB Variations
Color information
#CB83B5 (or 0xCB83B5) is known color: Lily. HEX triplet: CB, 83 and B5. RGB value is (203,131,181). Sum of RGB (Red+Green+Blue) = 203+131+181=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CB83B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB83B5 is #347C4A. Grayscale: #9E9E9E. Windows color (decimal): -3439691 or 11895755. OLE color: 11895755.
HSL color Cylindrical-coordinate representation of color #CB83B5: hue angle of 318.33º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB83B5 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 131 | 181 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.20 |
| HSL | 318.33º | 0.41% | 0.65% | - |
| HSV(B) | 318.33º | 0.35% | 0.8% | - |
| XYZ | 41.09 | 32.27 | 47.78 | - |
| YUV | 158.23 | 140.85 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 181 | 0 | 0.35 | 0.11 | 0.20 | 318.33 | 0.41 | 0.65 |
| Hex | CB | 83 | B5 | 0 | 23 | B | 14 | 13E | 29 | 41 |
| Octal | 313 | 203 | 265 | 0 | 43 | 13 | 24 | 476 | 51 | 101 |
| Binary | 11001011 | 10000011 | 10110101 | 0 | 100011 | 1011 | 10100 | 100111110 | 101001 | 1000001 |
Color Harmonies of #CB83B5
Complementary color
Monochromatic Colors of #CB83B5
Black with #CB83B5
Text Example
Text Example
White with #CB83B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB83B5; }
p { color: rgb(203,131,181); }
H1.HeaderClassName
{
color: #CB83B5;
}
.AnyTagClassName
{
color: #CB83B5;
}
</style>
background-color css
<style>
a { background-color: #CB83B5; }
a { background-color: rgb(203,131,181); }
div.DivClassName
{
background-color: #CB83B5;
}
.BgClassName
{
background-color: #CB83B5;
}
</style>
border-color css
<style>
span { border-color: #CB83B5; }
span { border-color: rgb(203,131,181); }
td.TdClassName
{
border-color: #CB83B5;
}
.TagClassName
{
border-color: #CB83B5;
}
</style>