Shades of Orchid #D072C9
Tints of Orchid #D072C9
RGB
CMYK
RGB Variations
Color information
#D072C9 (or 0xD072C9) is known color: Orchid. HEX triplet: D0, 72 and C9. RGB value is (208,114,201). Sum of RGB (Red+Green+Blue) = 208+114+201=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 114 (44.92% from 255 or 21.80% from 523); Blue value is 201 (78.91% from 255 or 38.43% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D072C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D072C9 is #2F8D36. Grayscale: #979797. Windows color (decimal): -3116343 or 13202128. OLE color: 13202128.
HSL color Cylindrical-coordinate representation of color #D072C9: hue angle of 304.47º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D072C9 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 201 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.18 |
| HSL | 304.47º | 0.5% | 0.63% | - |
| HSV(B) | 304.47º | 0.45% | 0.82% | - |
| XYZ | 42.57 | 29.66 | 58.74 | - |
| YUV | 152.02 | 155.64 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 201 | 0 | 0.45 | 0.03 | 0.18 | 304.47 | 0.5 | 0.63 |
| Hex | D0 | 72 | C9 | 0 | 2D | 3 | 12 | 130 | 32 | 3F |
| Octal | 320 | 162 | 311 | 0 | 55 | 3 | 22 | 460 | 62 | 77 |
| Binary | 11010000 | 1110010 | 11001001 | 0 | 101101 | 11 | 10010 | 100110000 | 110010 | 111111 |
Color Harmonies of #D072C9
Complementary color
Monochromatic Colors of #D072C9
Black with #D072C9
Text Example
Text Example
White with #D072C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D072C9; }
p { color: rgb(208,114,201); }
H1.HeaderClassName
{
color: #D072C9;
}
.AnyTagClassName
{
color: #D072C9;
}
</style>
background-color css
<style>
a { background-color: #D072C9; }
a { background-color: rgb(208,114,201); }
div.DivClassName
{
background-color: #D072C9;
}
.BgClassName
{
background-color: #D072C9;
}
</style>
border-color css
<style>
span { border-color: #D072C9; }
span { border-color: rgb(208,114,201); }
td.TdClassName
{
border-color: #D072C9;
}
.TagClassName
{
border-color: #D072C9;
}
</style>