Shades of Lily #CC7BB2
Tints of Lily #CC7BB2
RGB
CMYK
RGB Variations
Color information
#CC7BB2 (or 0xCC7BB2) is known color: Lily. HEX triplet: CC, 7B and B2. RGB value is (204,123,178). Sum of RGB (Red+Green+Blue) = 204+123+178=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 123 (48.44% from 255 or 24.36% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7BB2 is #33844D. Grayscale: #999999. Windows color (decimal): -3376206 or 11697100. OLE color: 11697100.
HSL color Cylindrical-coordinate representation of color #CC7BB2: hue angle of 319.26º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7BB2 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 123 | 178 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.2 |
| HSL | 319.26º | 0.44% | 0.64% | - |
| HSV(B) | 319.26º | 0.4% | 0.8% | - |
| XYZ | 40.02 | 30.22 | 45.84 | - |
| YUV | 153.49 | 141.84 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 178 | 0 | 0.40 | 0.13 | 0.2 | 319.26 | 0.44 | 0.64 |
| Hex | CC | 7B | B2 | 0 | 28 | D | 14 | 13F | 2C | 40 |
| Octal | 314 | 173 | 262 | 0 | 50 | 15 | 24 | 477 | 54 | 100 |
| Binary | 11001100 | 1111011 | 10110010 | 0 | 101000 | 1101 | 10100 | 100111111 | 101100 | 1000000 |
Color Harmonies of #CC7BB2
Complementary color
Monochromatic Colors of #CC7BB2
Black with #CC7BB2
Text Example
Text Example
White with #CC7BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7BB2; }
p { color: rgb(204,123,178); }
H1.HeaderClassName
{
color: #CC7BB2;
}
.AnyTagClassName
{
color: #CC7BB2;
}
</style>
background-color css
<style>
a { background-color: #CC7BB2; }
a { background-color: rgb(204,123,178); }
div.DivClassName
{
background-color: #CC7BB2;
}
.BgClassName
{
background-color: #CC7BB2;
}
</style>
border-color css
<style>
span { border-color: #CC7BB2; }
span { border-color: rgb(204,123,178); }
td.TdClassName
{
border-color: #CC7BB2;
}
.TagClassName
{
border-color: #CC7BB2;
}
</style>