Shades of Lily #CD8FBC
Tints of Lily #CD8FBC
RGB
CMYK
RGB Variations
Color information
#CD8FBC (or 0xCD8FBC) is known color: Lily. HEX triplet: CD, 8F and BC. RGB value is (205,143,188). Sum of RGB (Red+Green+Blue) = 205+143+188=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8FBC is #327043. Grayscale: #A6A6A6. Windows color (decimal): -3305540 or 12357581. OLE color: 12357581.
HSL color Cylindrical-coordinate representation of color #CD8FBC: hue angle of 316.45º degrees, saturation: 0.38, 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 #CD8FBC is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 143 | 188 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.20 |
| HSL | 316.45º | 0.38% | 0.68% | - |
| HSV(B) | 316.45º | 0.3% | 0.8% | - |
| XYZ | 44.08 | 36.25 | 52.25 | - |
| YUV | 166.67 | 140.04 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 143 | 188 | 0 | 0.30 | 0.08 | 0.20 | 316.45 | 0.38 | 0.68 |
| Hex | CD | 8F | BC | 0 | 1E | 8 | 14 | 13C | 26 | 44 |
| Octal | 315 | 217 | 274 | 0 | 36 | 10 | 24 | 474 | 46 | 104 |
| Binary | 11001101 | 10001111 | 10111100 | 0 | 11110 | 1000 | 10100 | 100111100 | 100110 | 1000100 |
Color Harmonies of #CD8FBC
Complementary color
Monochromatic Colors of #CD8FBC
Black with #CD8FBC
Text Example
Text Example
White with #CD8FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8FBC; }
p { color: rgb(205,143,188); }
H1.HeaderClassName
{
color: #CD8FBC;
}
.AnyTagClassName
{
color: #CD8FBC;
}
</style>
background-color css
<style>
a { background-color: #CD8FBC; }
a { background-color: rgb(205,143,188); }
div.DivClassName
{
background-color: #CD8FBC;
}
.BgClassName
{
background-color: #CD8FBC;
}
</style>
border-color css
<style>
span { border-color: #CD8FBC; }
span { border-color: rgb(205,143,188); }
td.TdClassName
{
border-color: #CD8FBC;
}
.TagClassName
{
border-color: #CD8FBC;
}
</style>