Shades of Lily #CC89BD
Tints of Lily #CC89BD
RGB
CMYK
RGB Variations
Color information
#CC89BD (or 0xCC89BD) is known color: Lily. HEX triplet: CC, 89 and BD. RGB value is (204,137,189). Sum of RGB (Red+Green+Blue) = 204+137+189=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CC89BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC89BD is #337642. Grayscale: #A2A2A2. Windows color (decimal): -3372611 or 12421580. OLE color: 12421580.
HSL color Cylindrical-coordinate representation of color #CC89BD: hue angle of 313.43º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC89BD is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 189 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.2 |
| HSL | 313.43º | 0.4% | 0.67% | - |
| HSV(B) | 313.43º | 0.33% | 0.8% | - |
| XYZ | 43.03 | 34.4 | 52.52 | - |
| YUV | 162.96 | 142.7 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 189 | 0 | 0.33 | 0.07 | 0.2 | 313.43 | 0.4 | 0.67 |
| Hex | CC | 89 | BD | 0 | 21 | 7 | 14 | 139 | 28 | 43 |
| Octal | 314 | 211 | 275 | 0 | 41 | 7 | 24 | 471 | 50 | 103 |
| Binary | 11001100 | 10001001 | 10111101 | 0 | 100001 | 111 | 10100 | 100111001 | 101000 | 1000011 |
Color Harmonies of #CC89BD
Complementary color
Monochromatic Colors of #CC89BD
Black with #CC89BD
Text Example
Text Example
White with #CC89BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC89BD; }
p { color: rgb(204,137,189); }
H1.HeaderClassName
{
color: #CC89BD;
}
.AnyTagClassName
{
color: #CC89BD;
}
</style>
background-color css
<style>
a { background-color: #CC89BD; }
a { background-color: rgb(204,137,189); }
div.DivClassName
{
background-color: #CC89BD;
}
.BgClassName
{
background-color: #CC89BD;
}
</style>
border-color css
<style>
span { border-color: #CC89BD; }
span { border-color: rgb(204,137,189); }
td.TdClassName
{
border-color: #CC89BD;
}
.TagClassName
{
border-color: #CC89BD;
}
</style>