Shades of Lily #CB79B2
Tints of Lily #CB79B2
RGB
CMYK
RGB Variations
Color information
#CB79B2 (or 0xCB79B2) is known color: Lily. HEX triplet: CB, 79 and B2. RGB value is (203,121,178). Sum of RGB (Red+Green+Blue) = 203+121+178=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 121 (47.66% from 255 or 24.10% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CB79B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB79B2 is #34864D. Grayscale: #979797. Windows color (decimal): -3442254 or 11696587. OLE color: 11696587.
HSL color Cylindrical-coordinate representation of color #CB79B2: hue angle of 318.29º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB79B2 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 121 | 178 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.20 |
| HSL | 318.29º | 0.44% | 0.64% | - |
| HSV(B) | 318.29º | 0.4% | 0.8% | - |
| XYZ | 39.5 | 29.59 | 45.75 | - |
| YUV | 152.02 | 142.67 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 121 | 178 | 0 | 0.40 | 0.12 | 0.20 | 318.29 | 0.44 | 0.64 |
| Hex | CB | 79 | B2 | 0 | 28 | C | 14 | 13E | 2C | 40 |
| Octal | 313 | 171 | 262 | 0 | 50 | 14 | 24 | 476 | 54 | 100 |
| Binary | 11001011 | 1111001 | 10110010 | 0 | 101000 | 1100 | 10100 | 100111110 | 101100 | 1000000 |
Color Harmonies of #CB79B2
Complementary color
Monochromatic Colors of #CB79B2
Black with #CB79B2
Text Example
Text Example
White with #CB79B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB79B2; }
p { color: rgb(203,121,178); }
H1.HeaderClassName
{
color: #CB79B2;
}
.AnyTagClassName
{
color: #CB79B2;
}
</style>
background-color css
<style>
a { background-color: #CB79B2; }
a { background-color: rgb(203,121,178); }
div.DivClassName
{
background-color: #CB79B2;
}
.BgClassName
{
background-color: #CB79B2;
}
</style>
border-color css
<style>
span { border-color: #CB79B2; }
span { border-color: rgb(203,121,178); }
td.TdClassName
{
border-color: #CB79B2;
}
.TagClassName
{
border-color: #CB79B2;
}
</style>