Shades of Lily #CB81B5
Tints of Lily #CB81B5
RGB
CMYK
RGB Variations
Color information
#CB81B5 (or 0xCB81B5) is known color: Lily. HEX triplet: CB, 81 and B5. RGB value is (203,129,181). Sum of RGB (Red+Green+Blue) = 203+129+181=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CB81B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB81B5 is #347E4A. Grayscale: #9C9C9C. Windows color (decimal): -3440203 or 11895243. OLE color: 11895243.
HSL color Cylindrical-coordinate representation of color #CB81B5: hue angle of 317.84º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB81B5 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 129 | 181 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.20 |
| HSL | 317.84º | 0.42% | 0.65% | - |
| HSV(B) | 317.84º | 0.36% | 0.8% | - |
| XYZ | 40.82 | 31.73 | 47.69 | - |
| YUV | 157.05 | 141.52 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 129 | 181 | 0 | 0.36 | 0.11 | 0.20 | 317.84 | 0.42 | 0.65 |
| Hex | CB | 81 | B5 | 0 | 24 | B | 14 | 13E | 2A | 41 |
| Octal | 313 | 201 | 265 | 0 | 44 | 13 | 24 | 476 | 52 | 101 |
| Binary | 11001011 | 10000001 | 10110101 | 0 | 100100 | 1011 | 10100 | 100111110 | 101010 | 1000001 |
Color Harmonies of #CB81B5
Complementary color
Monochromatic Colors of #CB81B5
Black with #CB81B5
Text Example
Text Example
White with #CB81B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB81B5; }
p { color: rgb(203,129,181); }
H1.HeaderClassName
{
color: #CB81B5;
}
.AnyTagClassName
{
color: #CB81B5;
}
</style>
background-color css
<style>
a { background-color: #CB81B5; }
a { background-color: rgb(203,129,181); }
div.DivClassName
{
background-color: #CB81B5;
}
.BgClassName
{
background-color: #CB81B5;
}
</style>
border-color css
<style>
span { border-color: #CB81B5; }
span { border-color: rgb(203,129,181); }
td.TdClassName
{
border-color: #CB81B5;
}
.TagClassName
{
border-color: #CB81B5;
}
</style>