Shades of Lily #CC91BE
Tints of Lily #CC91BE
RGB
CMYK
RGB Variations
Color information
#CC91BE (or 0xCC91BE) is known color: Lily. HEX triplet: CC, 91 and BE. RGB value is (204,145,190). Sum of RGB (Red+Green+Blue) = 204+145+190=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CC91BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC91BE is #336E41. Grayscale: #A7A7A7. Windows color (decimal): -3370562 or 12489164. OLE color: 12489164.
HSL color Cylindrical-coordinate representation of color #CC91BE: hue angle of 314.24º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC91BE is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 190 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.2 |
| HSL | 314.24º | 0.37% | 0.68% | - |
| HSV(B) | 314.24º | 0.29% | 0.8% | - |
| XYZ | 44.32 | 36.81 | 53.48 | - |
| YUV | 167.77 | 140.55 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 190 | 0 | 0.29 | 0.07 | 0.2 | 314.24 | 0.37 | 0.68 |
| Hex | CC | 91 | BE | 0 | 1D | 7 | 14 | 13A | 25 | 44 |
| Octal | 314 | 221 | 276 | 0 | 35 | 7 | 24 | 472 | 45 | 104 |
| Binary | 11001100 | 10010001 | 10111110 | 0 | 11101 | 111 | 10100 | 100111010 | 100101 | 1000100 |
Color Harmonies of #CC91BE
Complementary color
Monochromatic Colors of #CC91BE
Black with #CC91BE
Text Example
Text Example
White with #CC91BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC91BE; }
p { color: rgb(204,145,190); }
H1.HeaderClassName
{
color: #CC91BE;
}
.AnyTagClassName
{
color: #CC91BE;
}
</style>
background-color css
<style>
a { background-color: #CC91BE; }
a { background-color: rgb(204,145,190); }
div.DivClassName
{
background-color: #CC91BE;
}
.BgClassName
{
background-color: #CC91BE;
}
</style>
border-color css
<style>
span { border-color: #CC91BE; }
span { border-color: rgb(204,145,190); }
td.TdClassName
{
border-color: #CC91BE;
}
.TagClassName
{
border-color: #CC91BE;
}
</style>