Shades of Orchid #D073D2
Tints of Orchid #D073D2
RGB
CMYK
RGB Variations
Color information
#D073D2 (or 0xD073D2) is known color: Orchid. HEX triplet: D0, 73 and D2. RGB value is (208,115,210). Sum of RGB (Red+Green+Blue) = 208+115+210=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 115 (45.31% from 255 or 21.58% from 533); Blue value is 210 (82.42% from 255 or 39.40% from 533); Max value from RGB is 210 - color contains mainly: blue. Hex color #D073D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D073D2 is #2F8C2D. Grayscale: #999999. Windows color (decimal): -3116078 or 13792208. OLE color: 13792208.
HSL color Cylindrical-coordinate representation of color #D073D2: hue angle of 298.74º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D073D2 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 210 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.18 |
| HSL | 298.74º | 0.51% | 0.64% | - |
| HSV(B) | 298.74º | 0.45% | 0.82% | - |
| XYZ | 43.78 | 30.32 | 64.52 | - |
| YUV | 153.64 | 159.81 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 210 | 0.01 | 0.45 | 0 | 0.18 | 298.74 | 0.51 | 0.64 |
| Hex | D0 | 73 | D2 | 1 | 2D | 0 | 12 | 12B | 33 | 40 |
| Octal | 320 | 163 | 322 | 1 | 55 | 0 | 22 | 453 | 63 | 100 |
| Binary | 11010000 | 1110011 | 11010010 | 1 | 101101 | 0 | 10010 | 100101011 | 110011 | 1000000 |
Color Harmonies of #D073D2
Complementary color
Monochromatic Colors of #D073D2
Black with #D073D2
Text Example
Text Example
White with #D073D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D073D2; }
p { color: rgb(208,115,210); }
H1.HeaderClassName
{
color: #D073D2;
}
.AnyTagClassName
{
color: #D073D2;
}
</style>
background-color css
<style>
a { background-color: #D073D2; }
a { background-color: rgb(208,115,210); }
div.DivClassName
{
background-color: #D073D2;
}
.BgClassName
{
background-color: #D073D2;
}
</style>
border-color css
<style>
span { border-color: #D073D2; }
span { border-color: rgb(208,115,210); }
td.TdClassName
{
border-color: #D073D2;
}
.TagClassName
{
border-color: #D073D2;
}
</style>