Shades of Lily #CC8BB7
Tints of Lily #CC8BB7
RGB
CMYK
RGB Variations
Color information
#CC8BB7 (or 0xCC8BB7) is known color: Lily. HEX triplet: CC, 8B and B7. RGB value is (204,139,183). Sum of RGB (Red+Green+Blue) = 204+139+183=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8BB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8BB7 is #337448. Grayscale: #A3A3A3. Windows color (decimal): -3372105 or 12028876. OLE color: 12028876.
HSL color Cylindrical-coordinate representation of color #CC8BB7: hue angle of 319.38º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC8BB7 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 139 | 183 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.2 |
| HSL | 319.38º | 0.39% | 0.67% | - |
| HSV(B) | 319.38º | 0.32% | 0.8% | - |
| XYZ | 42.68 | 34.72 | 49.25 | - |
| YUV | 163.45 | 139.03 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 139 | 183 | 0 | 0.32 | 0.10 | 0.2 | 319.38 | 0.39 | 0.67 |
| Hex | CC | 8B | B7 | 0 | 20 | A | 14 | 13F | 27 | 43 |
| Octal | 314 | 213 | 267 | 0 | 40 | 12 | 24 | 477 | 47 | 103 |
| Binary | 11001100 | 10001011 | 10110111 | 0 | 100000 | 1010 | 10100 | 100111111 | 100111 | 1000011 |
Color Harmonies of #CC8BB7
Complementary color
Monochromatic Colors of #CC8BB7
Black with #CC8BB7
Text Example
Text Example
White with #CC8BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8BB7; }
p { color: rgb(204,139,183); }
H1.HeaderClassName
{
color: #CC8BB7;
}
.AnyTagClassName
{
color: #CC8BB7;
}
</style>
background-color css
<style>
a { background-color: #CC8BB7; }
a { background-color: rgb(204,139,183); }
div.DivClassName
{
background-color: #CC8BB7;
}
.BgClassName
{
background-color: #CC8BB7;
}
</style>
border-color css
<style>
span { border-color: #CC8BB7; }
span { border-color: rgb(204,139,183); }
td.TdClassName
{
border-color: #CC8BB7;
}
.TagClassName
{
border-color: #CC8BB7;
}
</style>