Shades of Orchid #DB75DA
Tints of Orchid #DB75DA
RGB
CMYK
RGB Variations
Color information
#DB75DA (or 0xDB75DA) is known color: Orchid. HEX triplet: DB, 75 and DA. RGB value is (219,117,218). Sum of RGB (Red+Green+Blue) = 219+117+218=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 117 (46.09% from 255 or 21.12% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB75DA is #248A25. Grayscale: #9E9E9E. Windows color (decimal): -2394662 or 14317019. OLE color: 14317019.
HSL color Cylindrical-coordinate representation of color #DB75DA: hue angle of 300.59º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB75DA is Cyan = 0, Magento = 0.47, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 218 | - |
| CMYK | 0 | 0.47 | 0.00 | 0.14 |
| HSL | 300.59º | 0.59% | 0.66% | - |
| HSV(B) | 300.59º | 0.47% | 0.86% | - |
| XYZ | 48.23 | 32.84 | 70.13 | - |
| YUV | 159.01 | 161.29 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 218 | 0 | 0.47 | 0.00 | 0.14 | 300.59 | 0.59 | 0.66 |
| Hex | DB | 75 | DA | 0 | 2F | 0 | E | 12D | 3B | 42 |
| Octal | 333 | 165 | 332 | 0 | 57 | 0 | 16 | 455 | 73 | 102 |
| Binary | 11011011 | 1110101 | 11011010 | 0 | 101111 | 0 | 1110 | 100101101 | 111011 | 1000010 |
Color Harmonies of #DB75DA
Complementary color
Monochromatic Colors of #DB75DA
Black with #DB75DA
Text Example
Text Example
White with #DB75DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB75DA; }
p { color: rgb(219,117,218); }
H1.HeaderClassName
{
color: #DB75DA;
}
.AnyTagClassName
{
color: #DB75DA;
}
</style>
background-color css
<style>
a { background-color: #DB75DA; }
a { background-color: rgb(219,117,218); }
div.DivClassName
{
background-color: #DB75DA;
}
.BgClassName
{
background-color: #DB75DA;
}
</style>
border-color css
<style>
span { border-color: #DB75DA; }
span { border-color: rgb(219,117,218); }
td.TdClassName
{
border-color: #DB75DA;
}
.TagClassName
{
border-color: #DB75DA;
}
</style>