Shades of Lily #CD8FB4
Tints of Lily #CD8FB4
RGB
CMYK
RGB Variations
Color information
#CD8FB4 (or 0xCD8FB4) is known color: Lily. HEX triplet: CD, 8F and B4. RGB value is (205,143,180). Sum of RGB (Red+Green+Blue) = 205+143+180=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8FB4 is #32704B. Grayscale: #A5A5A5. Windows color (decimal): -3305548 or 11833293. OLE color: 11833293.
HSL color Cylindrical-coordinate representation of color #CD8FB4: hue angle of 324.19º 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 #CD8FB4 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 143 | 180 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.20 |
| HSL | 324.19º | 0.38% | 0.68% | - |
| HSV(B) | 324.19º | 0.3% | 0.8% | - |
| XYZ | 43.24 | 35.92 | 47.83 | - |
| YUV | 165.76 | 136.04 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 143 | 180 | 0 | 0.30 | 0.12 | 0.20 | 324.19 | 0.38 | 0.68 |
| Hex | CD | 8F | B4 | 0 | 1E | C | 14 | 144 | 26 | 44 |
| Octal | 315 | 217 | 264 | 0 | 36 | 14 | 24 | 504 | 46 | 104 |
| Binary | 11001101 | 10001111 | 10110100 | 0 | 11110 | 1100 | 10100 | 101000100 | 100110 | 1000100 |
Color Harmonies of #CD8FB4
Complementary color
Monochromatic Colors of #CD8FB4
Black with #CD8FB4
Text Example
Text Example
White with #CD8FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8FB4; }
p { color: rgb(205,143,180); }
H1.HeaderClassName
{
color: #CD8FB4;
}
.AnyTagClassName
{
color: #CD8FB4;
}
</style>
background-color css
<style>
a { background-color: #CD8FB4; }
a { background-color: rgb(205,143,180); }
div.DivClassName
{
background-color: #CD8FB4;
}
.BgClassName
{
background-color: #CD8FB4;
}
</style>
border-color css
<style>
span { border-color: #CD8FB4; }
span { border-color: rgb(205,143,180); }
td.TdClassName
{
border-color: #CD8FB4;
}
.TagClassName
{
border-color: #CD8FB4;
}
</style>