Shades of Lily #CB84BD
Tints of Lily #CB84BD
RGB
CMYK
RGB Variations
Color information
#CB84BD (or 0xCB84BD) is known color: Lily. HEX triplet: CB, 84 and BD. RGB value is (203,132,189). Sum of RGB (Red+Green+Blue) = 203+132+189=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 203 - color contains mainly: red. Hex color #CB84BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB84BD is #347B42. Grayscale: #9F9F9F. Windows color (decimal): -3439427 or 12420299. OLE color: 12420299.
HSL color Cylindrical-coordinate representation of color #CB84BD: hue angle of 311.83º 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 #CB84BD is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 132 | 189 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.20 |
| HSL | 311.83º | 0.41% | 0.66% | - |
| HSV(B) | 311.83º | 0.35% | 0.8% | - |
| XYZ | 42.07 | 32.87 | 52.27 | - |
| YUV | 159.73 | 144.52 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 189 | 0 | 0.35 | 0.07 | 0.20 | 311.83 | 0.41 | 0.66 |
| Hex | CB | 84 | BD | 0 | 23 | 7 | 14 | 138 | 29 | 42 |
| Octal | 313 | 204 | 275 | 0 | 43 | 7 | 24 | 470 | 51 | 102 |
| Binary | 11001011 | 10000100 | 10111101 | 0 | 100011 | 111 | 10100 | 100111000 | 101001 | 1000010 |
Color Harmonies of #CB84BD
Complementary color
Monochromatic Colors of #CB84BD
Black with #CB84BD
Text Example
Text Example
White with #CB84BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB84BD; }
p { color: rgb(203,132,189); }
H1.HeaderClassName
{
color: #CB84BD;
}
.AnyTagClassName
{
color: #CB84BD;
}
</style>
background-color css
<style>
a { background-color: #CB84BD; }
a { background-color: rgb(203,132,189); }
div.DivClassName
{
background-color: #CB84BD;
}
.BgClassName
{
background-color: #CB84BD;
}
</style>
border-color css
<style>
span { border-color: #CB84BD; }
span { border-color: rgb(203,132,189); }
td.TdClassName
{
border-color: #CB84BD;
}
.TagClassName
{
border-color: #CB84BD;
}
</style>