Shades of Lily #CD8ABC
Tints of Lily #CD8ABC
RGB
CMYK
RGB Variations
Color information
#CD8ABC (or 0xCD8ABC) is known color: Lily. HEX triplet: CD, 8A and BC. RGB value is (205,138,188). Sum of RGB (Red+Green+Blue) = 205+138+188=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8ABC is #327543. Grayscale: #A3A3A3. Windows color (decimal): -3306820 or 12356301. OLE color: 12356301.
HSL color Cylindrical-coordinate representation of color #CD8ABC: hue angle of 315.22º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD8ABC is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 138 | 188 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.20 |
| HSL | 315.22º | 0.4% | 0.67% | - |
| HSV(B) | 315.22º | 0.33% | 0.8% | - |
| XYZ | 43.34 | 34.79 | 52.01 | - |
| YUV | 163.73 | 141.7 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 138 | 188 | 0 | 0.33 | 0.08 | 0.20 | 315.22 | 0.4 | 0.67 |
| Hex | CD | 8A | BC | 0 | 21 | 8 | 14 | 13B | 28 | 43 |
| Octal | 315 | 212 | 274 | 0 | 41 | 10 | 24 | 473 | 50 | 103 |
| Binary | 11001101 | 10001010 | 10111100 | 0 | 100001 | 1000 | 10100 | 100111011 | 101000 | 1000011 |
Color Harmonies of #CD8ABC
Complementary color
Monochromatic Colors of #CD8ABC
Black with #CD8ABC
Text Example
Text Example
White with #CD8ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8ABC; }
p { color: rgb(205,138,188); }
H1.HeaderClassName
{
color: #CD8ABC;
}
.AnyTagClassName
{
color: #CD8ABC;
}
</style>
background-color css
<style>
a { background-color: #CD8ABC; }
a { background-color: rgb(205,138,188); }
div.DivClassName
{
background-color: #CD8ABC;
}
.BgClassName
{
background-color: #CD8ABC;
}
</style>
border-color css
<style>
span { border-color: #CD8ABC; }
span { border-color: rgb(205,138,188); }
td.TdClassName
{
border-color: #CD8ABC;
}
.TagClassName
{
border-color: #CD8ABC;
}
</style>