Shades of Lily #CC8FB4
Tints of Lily #CC8FB4
RGB
CMYK
RGB Variations
Color information
#CC8FB4 (or 0xCC8FB4) is known color: Lily. HEX triplet: CC, 8F and B4. RGB value is (204,143,180). Sum of RGB (Red+Green+Blue) = 204+143+180=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8FB4 is #33704B. Grayscale: #A5A5A5. Windows color (decimal): -3371084 or 11833292. OLE color: 11833292.
HSL color Cylindrical-coordinate representation of color #CC8FB4: hue angle of 323.61º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC8FB4 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 180 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.2 |
| HSL | 323.61º | 0.37% | 0.68% | - |
| HSV(B) | 323.61º | 0.3% | 0.8% | - |
| XYZ | 42.96 | 35.78 | 47.82 | - |
| YUV | 165.46 | 136.21 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 180 | 0 | 0.30 | 0.12 | 0.2 | 323.61 | 0.37 | 0.68 |
| Hex | CC | 8F | B4 | 0 | 1E | C | 14 | 144 | 25 | 44 |
| Octal | 314 | 217 | 264 | 0 | 36 | 14 | 24 | 504 | 45 | 104 |
| Binary | 11001100 | 10001111 | 10110100 | 0 | 11110 | 1100 | 10100 | 101000100 | 100101 | 1000100 |
Color Harmonies of #CC8FB4
Complementary color
Monochromatic Colors of #CC8FB4
Black with #CC8FB4
Text Example
Text Example
White with #CC8FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8FB4; }
p { color: rgb(204,143,180); }
H1.HeaderClassName
{
color: #CC8FB4;
}
.AnyTagClassName
{
color: #CC8FB4;
}
</style>
background-color css
<style>
a { background-color: #CC8FB4; }
a { background-color: rgb(204,143,180); }
div.DivClassName
{
background-color: #CC8FB4;
}
.BgClassName
{
background-color: #CC8FB4;
}
</style>
border-color css
<style>
span { border-color: #CC8FB4; }
span { border-color: rgb(204,143,180); }
td.TdClassName
{
border-color: #CC8FB4;
}
.TagClassName
{
border-color: #CC8FB4;
}
</style>