Shades of Lilac #D78BCB
Tints of Lilac #D78BCB
RGB
CMYK
RGB Variations
Color information
#D78BCB (or 0xD78BCB) is known color: Lilac. HEX triplet: D7, 8B and CB. RGB value is (215,139,203). Sum of RGB (Red+Green+Blue) = 215+139+203=557 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.60% from 557); Green value is 139 (54.69% from 255 or 24.96% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 215 - color contains mainly: red. Hex color #D78BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78BCB is #287434. Grayscale: #A8A8A8. Windows color (decimal): -2651189 or 13339607. OLE color: 13339607.
HSL color Cylindrical-coordinate representation of color #D78BCB: hue angle of 309.47º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D78BCB is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 139 | 203 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.16 |
| HSL | 309.47º | 0.49% | 0.69% | - |
| HSV(B) | 309.47º | 0.35% | 0.84% | - |
| XYZ | 48.04 | 37.22 | 61.15 | - |
| YUV | 169.02 | 147.18 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 139 | 203 | 0 | 0.35 | 0.06 | 0.16 | 309.47 | 0.49 | 0.69 |
| Hex | D7 | 8B | CB | 0 | 23 | 6 | 10 | 135 | 31 | 45 |
| Octal | 327 | 213 | 313 | 0 | 43 | 6 | 20 | 465 | 61 | 105 |
| Binary | 11010111 | 10001011 | 11001011 | 0 | 100011 | 110 | 10000 | 100110101 | 110001 | 1000101 |
Color Harmonies of #D78BCB
Complementary color
Monochromatic Colors of #D78BCB
Black with #D78BCB
Text Example
Text Example
White with #D78BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78BCB; }
p { color: rgb(215,139,203); }
H1.HeaderClassName
{
color: #D78BCB;
}
.AnyTagClassName
{
color: #D78BCB;
}
</style>
background-color css
<style>
a { background-color: #D78BCB; }
a { background-color: rgb(215,139,203); }
div.DivClassName
{
background-color: #D78BCB;
}
.BgClassName
{
background-color: #D78BCB;
}
</style>
border-color css
<style>
span { border-color: #D78BCB; }
span { border-color: rgb(215,139,203); }
td.TdClassName
{
border-color: #D78BCB;
}
.TagClassName
{
border-color: #D78BCB;
}
</style>