Shades of Orchid #D072DF
Tints of Orchid #D072DF
RGB
CMYK
RGB Variations
Color information
#D072DF (or 0xD072DF) is known color: Orchid. HEX triplet: D0, 72 and DF. RGB value is (208,114,223). Sum of RGB (Red+Green+Blue) = 208+114+223=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 114 (44.92% from 255 or 20.92% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #D072DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D072DF is #2F8D20. Grayscale: #9A9A9A. Windows color (decimal): -3116321 or 14643920. OLE color: 14643920.
HSL color Cylindrical-coordinate representation of color #D072DF: hue angle of 291.74º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D072DF is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 114 | 223 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.13 |
| HSL | 291.74º | 0.63% | 0.66% | - |
| HSV(B) | 291.74º | 0.49% | 0.87% | - |
| XYZ | 45.35 | 30.77 | 73.36 | - |
| YUV | 154.53 | 166.64 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 223 | 0.07 | 0.49 | 0 | 0.13 | 291.74 | 0.63 | 0.66 |
| Hex | D0 | 72 | DF | 7 | 31 | 0 | D | 124 | 3F | 42 |
| Octal | 320 | 162 | 337 | 7 | 61 | 0 | 15 | 444 | 77 | 102 |
| Binary | 11010000 | 1110010 | 11011111 | 111 | 110001 | 0 | 1101 | 100100100 | 111111 | 1000010 |
Color Harmonies of #D072DF
Complementary color
Monochromatic Colors of #D072DF
Black with #D072DF
Text Example
Text Example
White with #D072DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D072DF; }
p { color: rgb(208,114,223); }
H1.HeaderClassName
{
color: #D072DF;
}
.AnyTagClassName
{
color: #D072DF;
}
</style>
background-color css
<style>
a { background-color: #D072DF; }
a { background-color: rgb(208,114,223); }
div.DivClassName
{
background-color: #D072DF;
}
.BgClassName
{
background-color: #D072DF;
}
</style>
border-color css
<style>
span { border-color: #D072DF; }
span { border-color: rgb(208,114,223); }
td.TdClassName
{
border-color: #D072DF;
}
.TagClassName
{
border-color: #D072DF;
}
</style>