Shades of Lily #CC92BD
Tints of Lily #CC92BD
RGB
CMYK
RGB Variations
Color information
#CC92BD (or 0xCC92BD) is known color: Lily. HEX triplet: CC, 92 and BD. RGB value is (204,146,189). Sum of RGB (Red+Green+Blue) = 204+146+189=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 146 (57.42% from 255 or 27.09% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CC92BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC92BD is #336D42. Grayscale: #A8A8A8. Windows color (decimal): -3370307 or 12423884. OLE color: 12423884.
HSL color Cylindrical-coordinate representation of color #CC92BD: hue angle of 315.52º 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 #CC92BD is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 189 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.2 |
| HSL | 315.52º | 0.36% | 0.69% | - |
| HSV(B) | 315.52º | 0.28% | 0.8% | - |
| XYZ | 44.37 | 37.07 | 52.96 | - |
| YUV | 168.24 | 139.72 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 189 | 0 | 0.28 | 0.07 | 0.2 | 315.52 | 0.36 | 0.69 |
| Hex | CC | 92 | BD | 0 | 1C | 7 | 14 | 13C | 24 | 45 |
| Octal | 314 | 222 | 275 | 0 | 34 | 7 | 24 | 474 | 44 | 105 |
| Binary | 11001100 | 10010010 | 10111101 | 0 | 11100 | 111 | 10100 | 100111100 | 100100 | 1000101 |
Color Harmonies of #CC92BD
Complementary color
Monochromatic Colors of #CC92BD
Black with #CC92BD
Text Example
Text Example
White with #CC92BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC92BD; }
p { color: rgb(204,146,189); }
H1.HeaderClassName
{
color: #CC92BD;
}
.AnyTagClassName
{
color: #CC92BD;
}
</style>
background-color css
<style>
a { background-color: #CC92BD; }
a { background-color: rgb(204,146,189); }
div.DivClassName
{
background-color: #CC92BD;
}
.BgClassName
{
background-color: #CC92BD;
}
</style>
border-color css
<style>
span { border-color: #CC92BD; }
span { border-color: rgb(204,146,189); }
td.TdClassName
{
border-color: #CC92BD;
}
.TagClassName
{
border-color: #CC92BD;
}
</style>