Shades of Lily #CC93BB
Tints of Lily #CC93BB
RGB
CMYK
RGB Variations
Color information
#CC93BB (or 0xCC93BB) is known color: Lily. HEX triplet: CC, 93 and BB. RGB value is (204,147,187). Sum of RGB (Red+Green+Blue) = 204+147+187=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CC93BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC93BB is #336C44. Grayscale: #A8A8A8. Windows color (decimal): -3370053 or 12293068. OLE color: 12293068.
HSL color Cylindrical-coordinate representation of color #CC93BB: hue angle of 317.89º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CC93BB is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 187 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.2 |
| HSL | 317.89º | 0.36% | 0.69% | - |
| HSV(B) | 317.89º | 0.28% | 0.8% | - |
| XYZ | 44.31 | 37.29 | 51.88 | - |
| YUV | 168.6 | 138.38 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 187 | 0 | 0.28 | 0.08 | 0.2 | 317.89 | 0.36 | 0.69 |
| Hex | CC | 93 | BB | 0 | 1C | 8 | 14 | 13E | 24 | 45 |
| Octal | 314 | 223 | 273 | 0 | 34 | 10 | 24 | 476 | 44 | 105 |
| Binary | 11001100 | 10010011 | 10111011 | 0 | 11100 | 1000 | 10100 | 100111110 | 100100 | 1000101 |
Color Harmonies of #CC93BB
Complementary color
Monochromatic Colors of #CC93BB
Black with #CC93BB
Text Example
Text Example
White with #CC93BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC93BB; }
p { color: rgb(204,147,187); }
H1.HeaderClassName
{
color: #CC93BB;
}
.AnyTagClassName
{
color: #CC93BB;
}
</style>
background-color css
<style>
a { background-color: #CC93BB; }
a { background-color: rgb(204,147,187); }
div.DivClassName
{
background-color: #CC93BB;
}
.BgClassName
{
background-color: #CC93BB;
}
</style>
border-color css
<style>
span { border-color: #CC93BB; }
span { border-color: rgb(204,147,187); }
td.TdClassName
{
border-color: #CC93BB;
}
.TagClassName
{
border-color: #CC93BB;
}
</style>