Shades of Lily #CB84BA
Tints of Lily #CB84BA
RGB
CMYK
RGB Variations
Color information
#CB84BA (or 0xCB84BA) is known color: Lily. HEX triplet: CB, 84 and BA. RGB value is (203,132,186). Sum of RGB (Red+Green+Blue) = 203+132+186=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CB84BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB84BA is #347B45. Grayscale: #9F9F9F. Windows color (decimal): -3439430 or 12223691. OLE color: 12223691.
HSL color Cylindrical-coordinate representation of color #CB84BA: hue angle of 314.37º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB84BA is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 132 | 186 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.20 |
| HSL | 314.37º | 0.41% | 0.66% | - |
| HSV(B) | 314.37º | 0.35% | 0.8% | - |
| XYZ | 41.74 | 32.74 | 50.57 | - |
| YUV | 159.39 | 143.02 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 186 | 0 | 0.35 | 0.08 | 0.20 | 314.37 | 0.41 | 0.66 |
| Hex | CB | 84 | BA | 0 | 23 | 8 | 14 | 13A | 29 | 42 |
| Octal | 313 | 204 | 272 | 0 | 43 | 10 | 24 | 472 | 51 | 102 |
| Binary | 11001011 | 10000100 | 10111010 | 0 | 100011 | 1000 | 10100 | 100111010 | 101001 | 1000010 |
Color Harmonies of #CB84BA
Complementary color
Monochromatic Colors of #CB84BA
Black with #CB84BA
Text Example
Text Example
White with #CB84BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB84BA; }
p { color: rgb(203,132,186); }
H1.HeaderClassName
{
color: #CB84BA;
}
.AnyTagClassName
{
color: #CB84BA;
}
</style>
background-color css
<style>
a { background-color: #CB84BA; }
a { background-color: rgb(203,132,186); }
div.DivClassName
{
background-color: #CB84BA;
}
.BgClassName
{
background-color: #CB84BA;
}
</style>
border-color css
<style>
span { border-color: #CB84BA; }
span { border-color: rgb(203,132,186); }
td.TdClassName
{
border-color: #CB84BA;
}
.TagClassName
{
border-color: #CB84BA;
}
</style>