Shades of Lily #D07CB2
Tints of Lily #D07CB2
RGB
CMYK
RGB Variations
Color information
#D07CB2 (or 0xD07CB2) is known color: Lily. HEX triplet: D0, 7C and B2. RGB value is (208,124,178). Sum of RGB (Red+Green+Blue) = 208+124+178=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D07CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07CB2 is #2F834D. Grayscale: #9B9B9B. Windows color (decimal): -3113806 or 11697360. OLE color: 11697360.
HSL color Cylindrical-coordinate representation of color #D07CB2: hue angle of 321.43º 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 #D07CB2 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 178 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.18 |
| HSL | 321.43º | 0.47% | 0.65% | - |
| HSV(B) | 321.43º | 0.4% | 0.82% | - |
| XYZ | 41.26 | 31.04 | 45.94 | - |
| YUV | 155.27 | 140.83 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 178 | 0 | 0.40 | 0.14 | 0.18 | 321.43 | 0.47 | 0.65 |
| Hex | D0 | 7C | B2 | 0 | 28 | E | 12 | 141 | 2F | 41 |
| Octal | 320 | 174 | 262 | 0 | 50 | 16 | 22 | 501 | 57 | 101 |
| Binary | 11010000 | 1111100 | 10110010 | 0 | 101000 | 1110 | 10010 | 101000001 | 101111 | 1000001 |
Color Harmonies of #D07CB2
Complementary color
Monochromatic Colors of #D07CB2
Black with #D07CB2
Text Example
Text Example
White with #D07CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07CB2; }
p { color: rgb(208,124,178); }
H1.HeaderClassName
{
color: #D07CB2;
}
.AnyTagClassName
{
color: #D07CB2;
}
</style>
background-color css
<style>
a { background-color: #D07CB2; }
a { background-color: rgb(208,124,178); }
div.DivClassName
{
background-color: #D07CB2;
}
.BgClassName
{
background-color: #D07CB2;
}
</style>
border-color css
<style>
span { border-color: #D07CB2; }
span { border-color: rgb(208,124,178); }
td.TdClassName
{
border-color: #D07CB2;
}
.TagClassName
{
border-color: #D07CB2;
}
</style>