Shades of Lily #CC8CBC
Tints of Lily #CC8CBC
RGB
CMYK
RGB Variations
Color information
#CC8CBC (or 0xCC8CBC) is known color: Lily. HEX triplet: CC, 8C and BC. RGB value is (204,140,188). Sum of RGB (Red+Green+Blue) = 204+140+188=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8CBC is #337343. Grayscale: #A4A4A4. Windows color (decimal): -3371844 or 12356812. OLE color: 12356812.
HSL color Cylindrical-coordinate representation of color #CC8CBC: hue angle of 315º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC8CBC is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 140 | 188 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.2 |
| HSL | 315º | 0.39% | 0.67% | - |
| HSV(B) | 315º | 0.31% | 0.8% | - |
| XYZ | 43.36 | 35.22 | 52.09 | - |
| YUV | 164.61 | 141.2 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 140 | 188 | 0 | 0.31 | 0.08 | 0.2 | 315 | 0.39 | 0.67 |
| Hex | CC | 8C | BC | 0 | 1F | 8 | 14 | 13B | 27 | 43 |
| Octal | 314 | 214 | 274 | 0 | 37 | 10 | 24 | 473 | 47 | 103 |
| Binary | 11001100 | 10001100 | 10111100 | 0 | 11111 | 1000 | 10100 | 100111011 | 100111 | 1000011 |
Color Harmonies of #CC8CBC
Complementary color
Monochromatic Colors of #CC8CBC
Black with #CC8CBC
Text Example
Text Example
White with #CC8CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8CBC; }
p { color: rgb(204,140,188); }
H1.HeaderClassName
{
color: #CC8CBC;
}
.AnyTagClassName
{
color: #CC8CBC;
}
</style>
background-color css
<style>
a { background-color: #CC8CBC; }
a { background-color: rgb(204,140,188); }
div.DivClassName
{
background-color: #CC8CBC;
}
.BgClassName
{
background-color: #CC8CBC;
}
</style>
border-color css
<style>
span { border-color: #CC8CBC; }
span { border-color: rgb(204,140,188); }
td.TdClassName
{
border-color: #CC8CBC;
}
.TagClassName
{
border-color: #CC8CBC;
}
</style>