Shades of Lily #CB84B2
Tints of Lily #CB84B2
RGB
CMYK
RGB Variations
Color information
#CB84B2 (or 0xCB84B2) is known color: Lily. HEX triplet: CB, 84 and B2. RGB value is (203,132,178). Sum of RGB (Red+Green+Blue) = 203+132+178=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CB84B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB84B2 is #347B4D. Grayscale: #9E9E9E. Windows color (decimal): -3439438 or 11699403. OLE color: 11699403.
HSL color Cylindrical-coordinate representation of color #CB84B2: hue angle of 321.13º 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 #CB84B2 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 132 | 178 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.20 |
| HSL | 321.13º | 0.41% | 0.66% | - |
| HSV(B) | 321.13º | 0.35% | 0.8% | - |
| XYZ | 40.92 | 32.41 | 46.22 | - |
| YUV | 158.47 | 139.02 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 178 | 0 | 0.35 | 0.12 | 0.20 | 321.13 | 0.41 | 0.66 |
| Hex | CB | 84 | B2 | 0 | 23 | C | 14 | 141 | 29 | 42 |
| Octal | 313 | 204 | 262 | 0 | 43 | 14 | 24 | 501 | 51 | 102 |
| Binary | 11001011 | 10000100 | 10110010 | 0 | 100011 | 1100 | 10100 | 101000001 | 101001 | 1000010 |
Color Harmonies of #CB84B2
Complementary color
Monochromatic Colors of #CB84B2
Black with #CB84B2
Text Example
Text Example
White with #CB84B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB84B2; }
p { color: rgb(203,132,178); }
H1.HeaderClassName
{
color: #CB84B2;
}
.AnyTagClassName
{
color: #CB84B2;
}
</style>
background-color css
<style>
a { background-color: #CB84B2; }
a { background-color: rgb(203,132,178); }
div.DivClassName
{
background-color: #CB84B2;
}
.BgClassName
{
background-color: #CB84B2;
}
</style>
border-color css
<style>
span { border-color: #CB84B2; }
span { border-color: rgb(203,132,178); }
td.TdClassName
{
border-color: #CB84B2;
}
.TagClassName
{
border-color: #CB84B2;
}
</style>