Shades of Orchid #D772DD
Tints of Orchid #D772DD
RGB
CMYK
RGB Variations
Color information
#D772DD (or 0xD772DD) is known color: Orchid. HEX triplet: D7, 72 and DD. RGB value is (215,114,221). Sum of RGB (Red+Green+Blue) = 215+114+221=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 114 (44.92% from 255 or 20.73% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #D772DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D772DD is #288D22. Grayscale: #9C9C9C. Windows color (decimal): -2657571 or 14512855. OLE color: 14512855.
HSL color Cylindrical-coordinate representation of color #D772DD: hue angle of 296.64º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D772DD is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 114 | 221 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.13 |
| HSL | 296.64º | 0.61% | 0.66% | - |
| HSV(B) | 296.64º | 0.48% | 0.87% | - |
| XYZ | 47.09 | 31.7 | 72.04 | - |
| YUV | 156.4 | 164.46 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 114 | 221 | 0.03 | 0.48 | 0 | 0.13 | 296.64 | 0.61 | 0.66 |
| Hex | D7 | 72 | DD | 3 | 30 | 0 | D | 129 | 3D | 42 |
| Octal | 327 | 162 | 335 | 3 | 60 | 0 | 15 | 451 | 75 | 102 |
| Binary | 11010111 | 1110010 | 11011101 | 11 | 110000 | 0 | 1101 | 100101001 | 111101 | 1000010 |
Color Harmonies of #D772DD
Complementary color
Monochromatic Colors of #D772DD
Black with #D772DD
Text Example
Text Example
White with #D772DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D772DD; }
p { color: rgb(215,114,221); }
H1.HeaderClassName
{
color: #D772DD;
}
.AnyTagClassName
{
color: #D772DD;
}
</style>
background-color css
<style>
a { background-color: #D772DD; }
a { background-color: rgb(215,114,221); }
div.DivClassName
{
background-color: #D772DD;
}
.BgClassName
{
background-color: #D772DD;
}
</style>
border-color css
<style>
span { border-color: #D772DD; }
span { border-color: rgb(215,114,221); }
td.TdClassName
{
border-color: #D772DD;
}
.TagClassName
{
border-color: #D772DD;
}
</style>