Shades of Lily #CC8CBE
Tints of Lily #CC8CBE
RGB
CMYK
RGB Variations
Color information
#CC8CBE (or 0xCC8CBE) is known color: Lily. HEX triplet: CC, 8C and BE. RGB value is (204,140,190). Sum of RGB (Red+Green+Blue) = 204+140+190=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8CBE is #337341. Grayscale: #A4A4A4. Windows color (decimal): -3371842 or 12487884. OLE color: 12487884.
HSL color Cylindrical-coordinate representation of color #CC8CBE: hue angle of 313.12º 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 #CC8CBE is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 140 | 190 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.2 |
| HSL | 313.13º | 0.39% | 0.67% | - |
| HSV(B) | 313.13º | 0.31% | 0.8% | - |
| XYZ | 43.57 | 35.31 | 53.23 | - |
| YUV | 164.84 | 142.2 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 140 | 190 | 0 | 0.31 | 0.07 | 0.2 | 313.13 | 0.39 | 0.67 |
| Hex | CC | 8C | BE | 0 | 1F | 7 | 14 | 139 | 27 | 43 |
| Octal | 314 | 214 | 276 | 0 | 37 | 7 | 24 | 471 | 47 | 103 |
| Binary | 11001100 | 10001100 | 10111110 | 0 | 11111 | 111 | 10100 | 100111001 | 100111 | 1000011 |
Color Harmonies of #CC8CBE
Complementary color
Monochromatic Colors of #CC8CBE
Black with #CC8CBE
Text Example
Text Example
White with #CC8CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8CBE; }
p { color: rgb(204,140,190); }
H1.HeaderClassName
{
color: #CC8CBE;
}
.AnyTagClassName
{
color: #CC8CBE;
}
</style>
background-color css
<style>
a { background-color: #CC8CBE; }
a { background-color: rgb(204,140,190); }
div.DivClassName
{
background-color: #CC8CBE;
}
.BgClassName
{
background-color: #CC8CBE;
}
</style>
border-color css
<style>
span { border-color: #CC8CBE; }
span { border-color: rgb(204,140,190); }
td.TdClassName
{
border-color: #CC8CBE;
}
.TagClassName
{
border-color: #CC8CBE;
}
</style>