Shades of Orchid #D072DA
Tints of Orchid #D072DA
RGB
CMYK
RGB Variations
Color information
#D072DA (or 0xD072DA) is known color: Orchid. HEX triplet: D0, 72 and DA. RGB value is (208,114,218). Sum of RGB (Red+Green+Blue) = 208+114+218=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #D072DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D072DA is #2F8D25. Grayscale: #999999. Windows color (decimal): -3116326 or 14316240. OLE color: 14316240.
HSL color Cylindrical-coordinate representation of color #D072DA: hue angle of 294.23º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D072DA is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 114 | 218 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.15 |
| HSL | 294.23º | 0.58% | 0.65% | - |
| HSV(B) | 294.23º | 0.48% | 0.85% | - |
| XYZ | 44.68 | 30.51 | 69.86 | - |
| YUV | 153.96 | 164.14 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 218 | 0.05 | 0.48 | 0 | 0.15 | 294.23 | 0.58 | 0.65 |
| Hex | D0 | 72 | DA | 5 | 30 | 0 | F | 126 | 3A | 41 |
| Octal | 320 | 162 | 332 | 5 | 60 | 0 | 17 | 446 | 72 | 101 |
| Binary | 11010000 | 1110010 | 11011010 | 101 | 110000 | 0 | 1111 | 100100110 | 111010 | 1000001 |
Color Harmonies of #D072DA
Complementary color
Monochromatic Colors of #D072DA
Black with #D072DA
Text Example
Text Example
White with #D072DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D072DA; }
p { color: rgb(208,114,218); }
H1.HeaderClassName
{
color: #D072DA;
}
.AnyTagClassName
{
color: #D072DA;
}
</style>
background-color css
<style>
a { background-color: #D072DA; }
a { background-color: rgb(208,114,218); }
div.DivClassName
{
background-color: #D072DA;
}
.BgClassName
{
background-color: #D072DA;
}
</style>
border-color css
<style>
span { border-color: #D072DA; }
span { border-color: rgb(208,114,218); }
td.TdClassName
{
border-color: #D072DA;
}
.TagClassName
{
border-color: #D072DA;
}
</style>