Shades of Lily #CB78B2
Tints of Lily #CB78B2
RGB
CMYK
RGB Variations
Color information
#CB78B2 (or 0xCB78B2) is known color: Lily. HEX triplet: CB, 78 and B2. RGB value is (203,120,178). Sum of RGB (Red+Green+Blue) = 203+120+178=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CB78B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB78B2 is #34874D. Grayscale: #979797. Windows color (decimal): -3442510 or 11696331. OLE color: 11696331.
HSL color Cylindrical-coordinate representation of color #CB78B2: hue angle of 318.07º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB78B2 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 120 | 178 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.20 |
| HSL | 318.07º | 0.44% | 0.63% | - |
| HSV(B) | 318.07º | 0.41% | 0.8% | - |
| XYZ | 39.38 | 29.34 | 45.71 | - |
| YUV | 151.43 | 143 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 178 | 0 | 0.41 | 0.12 | 0.20 | 318.07 | 0.44 | 0.63 |
| Hex | CB | 78 | B2 | 0 | 29 | C | 14 | 13E | 2C | 3F |
| Octal | 313 | 170 | 262 | 0 | 51 | 14 | 24 | 476 | 54 | 77 |
| Binary | 11001011 | 1111000 | 10110010 | 0 | 101001 | 1100 | 10100 | 100111110 | 101100 | 111111 |
Color Harmonies of #CB78B2
Complementary color
Monochromatic Colors of #CB78B2
Black with #CB78B2
Text Example
Text Example
White with #CB78B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB78B2; }
p { color: rgb(203,120,178); }
H1.HeaderClassName
{
color: #CB78B2;
}
.AnyTagClassName
{
color: #CB78B2;
}
</style>
background-color css
<style>
a { background-color: #CB78B2; }
a { background-color: rgb(203,120,178); }
div.DivClassName
{
background-color: #CB78B2;
}
.BgClassName
{
background-color: #CB78B2;
}
</style>
border-color css
<style>
span { border-color: #CB78B2; }
span { border-color: rgb(203,120,178); }
td.TdClassName
{
border-color: #CB78B2;
}
.TagClassName
{
border-color: #CB78B2;
}
</style>