Shades of Orchid #D072D4
Tints of Orchid #D072D4
RGB
CMYK
RGB Variations
Color information
#D072D4 (or 0xD072D4) is known color: Orchid. HEX triplet: D0, 72 and D4. RGB value is (208,114,212). Sum of RGB (Red+Green+Blue) = 208+114+212=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 114 (44.92% from 255 or 21.35% from 534); Blue value is 212 (83.20% from 255 or 39.70% from 534); Max value from RGB is 212 - color contains mainly: blue. Hex color #D072D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D072D4 is #2F8D2B. Grayscale: #989898. Windows color (decimal): -3116332 or 13923024. OLE color: 13923024.
HSL color Cylindrical-coordinate representation of color #D072D4: hue angle of 297.55º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D072D4 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 114 | 212 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.17 |
| HSL | 297.55º | 0.53% | 0.64% | - |
| HSV(B) | 297.55º | 0.46% | 0.83% | - |
| XYZ | 43.91 | 30.2 | 65.8 | - |
| YUV | 153.28 | 161.14 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 212 | 0.02 | 0.46 | 0 | 0.17 | 297.55 | 0.53 | 0.64 |
| Hex | D0 | 72 | D4 | 2 | 2E | 0 | 11 | 12A | 35 | 40 |
| Octal | 320 | 162 | 324 | 2 | 56 | 0 | 21 | 452 | 65 | 100 |
| Binary | 11010000 | 1110010 | 11010100 | 10 | 101110 | 0 | 10001 | 100101010 | 110101 | 1000000 |
Color Harmonies of #D072D4
Complementary color
Monochromatic Colors of #D072D4
Black with #D072D4
Text Example
Text Example
White with #D072D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D072D4; }
p { color: rgb(208,114,212); }
H1.HeaderClassName
{
color: #D072D4;
}
.AnyTagClassName
{
color: #D072D4;
}
</style>
background-color css
<style>
a { background-color: #D072D4; }
a { background-color: rgb(208,114,212); }
div.DivClassName
{
background-color: #D072D4;
}
.BgClassName
{
background-color: #D072D4;
}
</style>
border-color css
<style>
span { border-color: #D072D4; }
span { border-color: rgb(208,114,212); }
td.TdClassName
{
border-color: #D072D4;
}
.TagClassName
{
border-color: #D072D4;
}
</style>