Shades of Orchid #DB72CF
Tints of Orchid #DB72CF
RGB
CMYK
RGB Variations
Color information
#DB72CF (or 0xDB72CF) is known color: Orchid. HEX triplet: DB, 72 and CF. RGB value is (219,114,207). Sum of RGB (Red+Green+Blue) = 219+114+207=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DB72CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB72CF is #248D30. Grayscale: #9B9B9B. Windows color (decimal): -2395441 or 13595355. OLE color: 13595355.
HSL color Cylindrical-coordinate representation of color #DB72CF: hue angle of 306.86º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB72CF is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 207 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.14 |
| HSL | 306.86º | 0.59% | 0.65% | - |
| HSV(B) | 306.86º | 0.48% | 0.86% | - |
| XYZ | 46.49 | 31.6 | 62.68 | - |
| YUV | 156 | 156.79 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 207 | 0 | 0.48 | 0.05 | 0.14 | 306.86 | 0.59 | 0.65 |
| Hex | DB | 72 | CF | 0 | 30 | 5 | E | 133 | 3B | 41 |
| Octal | 333 | 162 | 317 | 0 | 60 | 5 | 16 | 463 | 73 | 101 |
| Binary | 11011011 | 1110010 | 11001111 | 0 | 110000 | 101 | 1110 | 100110011 | 111011 | 1000001 |
Color Harmonies of #DB72CF
Complementary color
Monochromatic Colors of #DB72CF
Black with #DB72CF
Text Example
Text Example
White with #DB72CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB72CF; }
p { color: rgb(219,114,207); }
H1.HeaderClassName
{
color: #DB72CF;
}
.AnyTagClassName
{
color: #DB72CF;
}
</style>
background-color css
<style>
a { background-color: #DB72CF; }
a { background-color: rgb(219,114,207); }
div.DivClassName
{
background-color: #DB72CF;
}
.BgClassName
{
background-color: #DB72CF;
}
</style>
border-color css
<style>
span { border-color: #DB72CF; }
span { border-color: rgb(219,114,207); }
td.TdClassName
{
border-color: #DB72CF;
}
.TagClassName
{
border-color: #DB72CF;
}
</style>