Shades of Lily #CB82B2
Tints of Lily #CB82B2
RGB
CMYK
RGB Variations
Color information
#CB82B2 (or 0xCB82B2) is known color: Lily. HEX triplet: CB, 82 and B2. RGB value is (203,130,178). Sum of RGB (Red+Green+Blue) = 203+130+178=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CB82B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB82B2 is #347D4D. Grayscale: #9D9D9D. Windows color (decimal): -3439950 or 11698891. OLE color: 11698891.
HSL color Cylindrical-coordinate representation of color #CB82B2: hue angle of 320.55º degrees, saturation: 0.41, 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 #CB82B2 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 130 | 178 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.20 |
| HSL | 320.55º | 0.41% | 0.65% | - |
| HSV(B) | 320.55º | 0.36% | 0.8% | - |
| XYZ | 40.65 | 31.88 | 46.13 | - |
| YUV | 157.3 | 139.68 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 178 | 0 | 0.36 | 0.12 | 0.20 | 320.55 | 0.41 | 0.65 |
| Hex | CB | 82 | B2 | 0 | 24 | C | 14 | 141 | 29 | 41 |
| Octal | 313 | 202 | 262 | 0 | 44 | 14 | 24 | 501 | 51 | 101 |
| Binary | 11001011 | 10000010 | 10110010 | 0 | 100100 | 1100 | 10100 | 101000001 | 101001 | 1000001 |
Color Harmonies of #CB82B2
Complementary color
Monochromatic Colors of #CB82B2
Black with #CB82B2
Text Example
Text Example
White with #CB82B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB82B2; }
p { color: rgb(203,130,178); }
H1.HeaderClassName
{
color: #CB82B2;
}
.AnyTagClassName
{
color: #CB82B2;
}
</style>
background-color css
<style>
a { background-color: #CB82B2; }
a { background-color: rgb(203,130,178); }
div.DivClassName
{
background-color: #CB82B2;
}
.BgClassName
{
background-color: #CB82B2;
}
</style>
border-color css
<style>
span { border-color: #CB82B2; }
span { border-color: rgb(203,130,178); }
td.TdClassName
{
border-color: #CB82B2;
}
.TagClassName
{
border-color: #CB82B2;
}
</style>