Shades of Lily #CC8FBC
Tints of Lily #CC8FBC
RGB
CMYK
RGB Variations
Color information
#CC8FBC (or 0xCC8FBC) is known color: Lily. HEX triplet: CC, 8F and BC. RGB value is (204,143,188). Sum of RGB (Red+Green+Blue) = 204+143+188=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8FBC is #337043. Grayscale: #A6A6A6. Windows color (decimal): -3371076 or 12357580. OLE color: 12357580.
HSL color Cylindrical-coordinate representation of color #CC8FBC: hue angle of 315.74º 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 #CC8FBC is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 188 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.2 |
| HSL | 315.74º | 0.37% | 0.68% | - |
| HSV(B) | 315.74º | 0.3% | 0.8% | - |
| XYZ | 43.8 | 36.11 | 52.24 | - |
| YUV | 166.37 | 140.21 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 188 | 0 | 0.30 | 0.08 | 0.2 | 315.74 | 0.37 | 0.68 |
| Hex | CC | 8F | BC | 0 | 1E | 8 | 14 | 13C | 25 | 44 |
| Octal | 314 | 217 | 274 | 0 | 36 | 10 | 24 | 474 | 45 | 104 |
| Binary | 11001100 | 10001111 | 10111100 | 0 | 11110 | 1000 | 10100 | 100111100 | 100101 | 1000100 |
Color Harmonies of #CC8FBC
Complementary color
Monochromatic Colors of #CC8FBC
Black with #CC8FBC
Text Example
Text Example
White with #CC8FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8FBC; }
p { color: rgb(204,143,188); }
H1.HeaderClassName
{
color: #CC8FBC;
}
.AnyTagClassName
{
color: #CC8FBC;
}
</style>
background-color css
<style>
a { background-color: #CC8FBC; }
a { background-color: rgb(204,143,188); }
div.DivClassName
{
background-color: #CC8FBC;
}
.BgClassName
{
background-color: #CC8FBC;
}
</style>
border-color css
<style>
span { border-color: #CC8FBC; }
span { border-color: rgb(204,143,188); }
td.TdClassName
{
border-color: #CC8FBC;
}
.TagClassName
{
border-color: #CC8FBC;
}
</style>