Shades of Orchid #DB72C2
Tints of Orchid #DB72C2
RGB
CMYK
RGB Variations
Color information
#DB72C2 (or 0xDB72C2) is known color: Orchid. HEX triplet: DB, 72 and C2. RGB value is (219,114,194). Sum of RGB (Red+Green+Blue) = 219+114+194=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 114 (44.92% from 255 or 21.63% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB72C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB72C2 is #248D3D. Grayscale: #9A9A9A. Windows color (decimal): -2395454 or 12743387. OLE color: 12743387.
HSL color Cylindrical-coordinate representation of color #DB72C2: hue angle of 314.29º 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 #DB72C2 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 194 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.14 |
| HSL | 314.29º | 0.59% | 0.65% | - |
| HSV(B) | 314.29º | 0.48% | 0.86% | - |
| XYZ | 44.97 | 30.99 | 54.65 | - |
| YUV | 154.52 | 150.29 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 194 | 0 | 0.48 | 0.11 | 0.14 | 314.29 | 0.59 | 0.65 |
| Hex | DB | 72 | C2 | 0 | 30 | B | E | 13A | 3B | 41 |
| Octal | 333 | 162 | 302 | 0 | 60 | 13 | 16 | 472 | 73 | 101 |
| Binary | 11011011 | 1110010 | 11000010 | 0 | 110000 | 1011 | 1110 | 100111010 | 111011 | 1000001 |
Color Harmonies of #DB72C2
Complementary color
Monochromatic Colors of #DB72C2
Black with #DB72C2
Text Example
Text Example
White with #DB72C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB72C2; }
p { color: rgb(219,114,194); }
H1.HeaderClassName
{
color: #DB72C2;
}
.AnyTagClassName
{
color: #DB72C2;
}
</style>
background-color css
<style>
a { background-color: #DB72C2; }
a { background-color: rgb(219,114,194); }
div.DivClassName
{
background-color: #DB72C2;
}
.BgClassName
{
background-color: #DB72C2;
}
</style>
border-color css
<style>
span { border-color: #DB72C2; }
span { border-color: rgb(219,114,194); }
td.TdClassName
{
border-color: #DB72C2;
}
.TagClassName
{
border-color: #DB72C2;
}
</style>