Shades of Orchid #D772D9
Tints of Orchid #D772D9
RGB
CMYK
RGB Variations
Color information
#D772D9 (or 0xD772D9) is known color: Orchid. HEX triplet: D7, 72 and D9. RGB value is (215,114,217). Sum of RGB (Red+Green+Blue) = 215+114+217=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 114 (44.92% from 255 or 20.88% from 546); Blue value is 217 (85.16% from 255 or 39.74% from 546); Max value from RGB is 217 - color contains mainly: blue. Hex color #D772D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D772D9 is #288D26. Grayscale: #9B9B9B. Windows color (decimal): -2657575 or 14250711. OLE color: 14250711.
HSL color Cylindrical-coordinate representation of color #D772D9: hue angle of 298.83º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D772D9 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 114 | 217 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.15 |
| HSL | 298.84º | 0.58% | 0.65% | - |
| HSV(B) | 298.84º | 0.47% | 0.85% | - |
| XYZ | 46.57 | 31.49 | 69.27 | - |
| YUV | 155.94 | 162.46 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 114 | 217 | 0.01 | 0.47 | 0 | 0.15 | 298.84 | 0.58 | 0.65 |
| Hex | D7 | 72 | D9 | 1 | 2F | 0 | F | 12B | 3A | 41 |
| Octal | 327 | 162 | 331 | 1 | 57 | 0 | 17 | 453 | 72 | 101 |
| Binary | 11010111 | 1110010 | 11011001 | 1 | 101111 | 0 | 1111 | 100101011 | 111010 | 1000001 |
Color Harmonies of #D772D9
Complementary color
Monochromatic Colors of #D772D9
Black with #D772D9
Text Example
Text Example
White with #D772D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D772D9; }
p { color: rgb(215,114,217); }
H1.HeaderClassName
{
color: #D772D9;
}
.AnyTagClassName
{
color: #D772D9;
}
</style>
background-color css
<style>
a { background-color: #D772D9; }
a { background-color: rgb(215,114,217); }
div.DivClassName
{
background-color: #D772D9;
}
.BgClassName
{
background-color: #D772D9;
}
</style>
border-color css
<style>
span { border-color: #D772D9; }
span { border-color: rgb(215,114,217); }
td.TdClassName
{
border-color: #D772D9;
}
.TagClassName
{
border-color: #D772D9;
}
</style>