Shades of Orchid #D775DD
Tints of Orchid #D775DD
RGB
CMYK
RGB Variations
Color information
#D775DD (or 0xD775DD) is known color: Orchid. HEX triplet: D7, 75 and DD. RGB value is (215,117,221). Sum of RGB (Red+Green+Blue) = 215+117+221=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 117 (46.09% from 255 or 21.16% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #D775DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D775DD is #288A22. Grayscale: #9D9D9D. Windows color (decimal): -2656803 or 14513623. OLE color: 14513623.
HSL color Cylindrical-coordinate representation of color #D775DD: hue angle of 296.54º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D775DD is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 117 | 221 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.13 |
| HSL | 296.54º | 0.6% | 0.66% | - |
| HSV(B) | 296.54º | 0.47% | 0.87% | - |
| XYZ | 47.44 | 32.39 | 72.16 | - |
| YUV | 158.16 | 163.47 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 221 | 0.03 | 0.47 | 0 | 0.13 | 296.54 | 0.6 | 0.66 |
| Hex | D7 | 75 | DD | 3 | 2F | 0 | D | 129 | 3C | 42 |
| Octal | 327 | 165 | 335 | 3 | 57 | 0 | 15 | 451 | 74 | 102 |
| Binary | 11010111 | 1110101 | 11011101 | 11 | 101111 | 0 | 1101 | 100101001 | 111100 | 1000010 |
Color Harmonies of #D775DD
Complementary color
Monochromatic Colors of #D775DD
Black with #D775DD
Text Example
Text Example
White with #D775DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D775DD; }
p { color: rgb(215,117,221); }
H1.HeaderClassName
{
color: #D775DD;
}
.AnyTagClassName
{
color: #D775DD;
}
</style>
background-color css
<style>
a { background-color: #D775DD; }
a { background-color: rgb(215,117,221); }
div.DivClassName
{
background-color: #D775DD;
}
.BgClassName
{
background-color: #D775DD;
}
</style>
border-color css
<style>
span { border-color: #D775DD; }
span { border-color: rgb(215,117,221); }
td.TdClassName
{
border-color: #D775DD;
}
.TagClassName
{
border-color: #D775DD;
}
</style>