Shades of Lily #CD8FB3
Tints of Lily #CD8FB3
RGB
CMYK
RGB Variations
Color information
#CD8FB3 (or 0xCD8FB3) is known color: Lily. HEX triplet: CD, 8F and B3. RGB value is (205,143,179). Sum of RGB (Red+Green+Blue) = 205+143+179=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 179 (70.31% from 255 or 33.97% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8FB3 is #32704C. Grayscale: #A5A5A5. Windows color (decimal): -3305549 or 11767757. OLE color: 11767757.
HSL color Cylindrical-coordinate representation of color #CD8FB3: hue angle of 325.16º 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 #CD8FB3 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 143 | 179 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.20 |
| HSL | 325.16º | 0.38% | 0.68% | - |
| HSV(B) | 325.16º | 0.3% | 0.8% | - |
| XYZ | 43.14 | 35.88 | 47.3 | - |
| YUV | 165.64 | 135.54 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 143 | 179 | 0 | 0.30 | 0.13 | 0.20 | 325.16 | 0.38 | 0.68 |
| Hex | CD | 8F | B3 | 0 | 1E | D | 14 | 145 | 26 | 44 |
| Octal | 315 | 217 | 263 | 0 | 36 | 15 | 24 | 505 | 46 | 104 |
| Binary | 11001101 | 10001111 | 10110011 | 0 | 11110 | 1101 | 10100 | 101000101 | 100110 | 1000100 |
Color Harmonies of #CD8FB3
Complementary color
Monochromatic Colors of #CD8FB3
Black with #CD8FB3
Text Example
Text Example
White with #CD8FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8FB3; }
p { color: rgb(205,143,179); }
H1.HeaderClassName
{
color: #CD8FB3;
}
.AnyTagClassName
{
color: #CD8FB3;
}
</style>
background-color css
<style>
a { background-color: #CD8FB3; }
a { background-color: rgb(205,143,179); }
div.DivClassName
{
background-color: #CD8FB3;
}
.BgClassName
{
background-color: #CD8FB3;
}
</style>
border-color css
<style>
span { border-color: #CD8FB3; }
span { border-color: rgb(205,143,179); }
td.TdClassName
{
border-color: #CD8FB3;
}
.TagClassName
{
border-color: #CD8FB3;
}
</style>