Shades of Orchid #D072D6
Tints of Orchid #D072D6
RGB
CMYK
RGB Variations
Color information
#D072D6 (or 0xD072D6) is known color: Orchid. HEX triplet: D0, 72 and D6. RGB value is (208,114,214). Sum of RGB (Red+Green+Blue) = 208+114+214=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 114 (44.92% from 255 or 21.27% from 536); Blue value is 214 (83.98% from 255 or 39.93% from 536); Max value from RGB is 214 - color contains mainly: blue. Hex color #D072D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D072D6 is #2F8D29. Grayscale: #999999. Windows color (decimal): -3116330 or 14054096. OLE color: 14054096.
HSL color Cylindrical-coordinate representation of color #D072D6: hue angle of 296.4º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D072D6 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 114 | 214 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.16 |
| HSL | 296.4º | 0.55% | 0.64% | - |
| HSV(B) | 296.4º | 0.47% | 0.84% | - |
| XYZ | 44.17 | 30.3 | 67.14 | - |
| YUV | 153.51 | 162.14 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 214 | 0.03 | 0.47 | 0 | 0.16 | 296.4 | 0.55 | 0.64 |
| Hex | D0 | 72 | D6 | 3 | 2F | 0 | 10 | 128 | 37 | 40 |
| Octal | 320 | 162 | 326 | 3 | 57 | 0 | 20 | 450 | 67 | 100 |
| Binary | 11010000 | 1110010 | 11010110 | 11 | 101111 | 0 | 10000 | 100101000 | 110111 | 1000000 |
Color Harmonies of #D072D6
Complementary color
Monochromatic Colors of #D072D6
Black with #D072D6
Text Example
Text Example
White with #D072D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D072D6; }
p { color: rgb(208,114,214); }
H1.HeaderClassName
{
color: #D072D6;
}
.AnyTagClassName
{
color: #D072D6;
}
</style>
background-color css
<style>
a { background-color: #D072D6; }
a { background-color: rgb(208,114,214); }
div.DivClassName
{
background-color: #D072D6;
}
.BgClassName
{
background-color: #D072D6;
}
</style>
border-color css
<style>
span { border-color: #D072D6; }
span { border-color: rgb(208,114,214); }
td.TdClassName
{
border-color: #D072D6;
}
.TagClassName
{
border-color: #D072D6;
}
</style>