Shades of Lily #CD8FB5
Tints of Lily #CD8FB5
RGB
CMYK
RGB Variations
Color information
#CD8FB5 (or 0xCD8FB5) is known color: Lily. HEX triplet: CD, 8F and B5. RGB value is (205,143,181). Sum of RGB (Red+Green+Blue) = 205+143+181=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8FB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8FB5 is #32704A. Grayscale: #A5A5A5. Windows color (decimal): -3305547 or 11898829. OLE color: 11898829.
HSL color Cylindrical-coordinate representation of color #CD8FB5: hue angle of 323.23º 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 #CD8FB5 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 143 | 181 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.20 |
| HSL | 323.23º | 0.38% | 0.68% | - |
| HSV(B) | 323.23º | 0.3% | 0.8% | - |
| XYZ | 43.34 | 35.96 | 48.37 | - |
| YUV | 165.87 | 136.54 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 143 | 181 | 0 | 0.30 | 0.12 | 0.20 | 323.23 | 0.38 | 0.68 |
| Hex | CD | 8F | B5 | 0 | 1E | C | 14 | 143 | 26 | 44 |
| Octal | 315 | 217 | 265 | 0 | 36 | 14 | 24 | 503 | 46 | 104 |
| Binary | 11001101 | 10001111 | 10110101 | 0 | 11110 | 1100 | 10100 | 101000011 | 100110 | 1000100 |
Color Harmonies of #CD8FB5
Complementary color
Monochromatic Colors of #CD8FB5
Black with #CD8FB5
Text Example
Text Example
White with #CD8FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8FB5; }
p { color: rgb(205,143,181); }
H1.HeaderClassName
{
color: #CD8FB5;
}
.AnyTagClassName
{
color: #CD8FB5;
}
</style>
background-color css
<style>
a { background-color: #CD8FB5; }
a { background-color: rgb(205,143,181); }
div.DivClassName
{
background-color: #CD8FB5;
}
.BgClassName
{
background-color: #CD8FB5;
}
</style>
border-color css
<style>
span { border-color: #CD8FB5; }
span { border-color: rgb(205,143,181); }
td.TdClassName
{
border-color: #CD8FB5;
}
.TagClassName
{
border-color: #CD8FB5;
}
</style>