Shades of Lily #D07CB6
Tints of Lily #D07CB6
RGB
CMYK
RGB Variations
Color information
#D07CB6 (or 0xD07CB6) is known color: Lily. HEX triplet: D0, 7C and B6. RGB value is (208,124,182). Sum of RGB (Red+Green+Blue) = 208+124+182=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 124 (48.83% from 255 or 24.12% from 514); Blue value is 182 (71.48% from 255 or 35.41% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D07CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07CB6 is #2F8349. Grayscale: #9B9B9B. Windows color (decimal): -3113802 or 11959504. OLE color: 11959504.
HSL color Cylindrical-coordinate representation of color #D07CB6: hue angle of 318.57º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D07CB6 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 182 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.18 |
| HSL | 318.57º | 0.47% | 0.65% | - |
| HSV(B) | 318.57º | 0.4% | 0.82% | - |
| XYZ | 41.66 | 31.2 | 48.08 | - |
| YUV | 155.73 | 142.83 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 182 | 0 | 0.40 | 0.12 | 0.18 | 318.57 | 0.47 | 0.65 |
| Hex | D0 | 7C | B6 | 0 | 28 | C | 12 | 13F | 2F | 41 |
| Octal | 320 | 174 | 266 | 0 | 50 | 14 | 22 | 477 | 57 | 101 |
| Binary | 11010000 | 1111100 | 10110110 | 0 | 101000 | 1100 | 10010 | 100111111 | 101111 | 1000001 |
Color Harmonies of #D07CB6
Complementary color
Monochromatic Colors of #D07CB6
Black with #D07CB6
Text Example
Text Example
White with #D07CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07CB6; }
p { color: rgb(208,124,182); }
H1.HeaderClassName
{
color: #D07CB6;
}
.AnyTagClassName
{
color: #D07CB6;
}
</style>
background-color css
<style>
a { background-color: #D07CB6; }
a { background-color: rgb(208,124,182); }
div.DivClassName
{
background-color: #D07CB6;
}
.BgClassName
{
background-color: #D07CB6;
}
</style>
border-color css
<style>
span { border-color: #D07CB6; }
span { border-color: rgb(208,124,182); }
td.TdClassName
{
border-color: #D07CB6;
}
.TagClassName
{
border-color: #D07CB6;
}
</style>