Shades of Orchid #D782DD
Tints of Orchid #D782DD
RGB
CMYK
RGB Variations
Color information
#D782DD (or 0xD782DD) is known color: Orchid. HEX triplet: D7, 82 and DD. RGB value is (215,130,221). Sum of RGB (Red+Green+Blue) = 215+130+221=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 130 (51.17% from 255 or 22.97% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #D782DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D782DD is #287D22. Grayscale: #A5A5A5. Windows color (decimal): -2653475 or 14516951. OLE color: 14516951.
HSL color Cylindrical-coordinate representation of color #D782DD: hue angle of 296.04º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D782DD is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 130 | 221 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.13 |
| HSL | 296.04º | 0.57% | 0.69% | - |
| HSV(B) | 296.04º | 0.41% | 0.87% | - |
| XYZ | 49.06 | 35.63 | 72.7 | - |
| YUV | 165.79 | 159.16 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 130 | 221 | 0.03 | 0.41 | 0 | 0.13 | 296.04 | 0.57 | 0.69 |
| Hex | D7 | 82 | DD | 3 | 29 | 0 | D | 128 | 39 | 45 |
| Octal | 327 | 202 | 335 | 3 | 51 | 0 | 15 | 450 | 71 | 105 |
| Binary | 11010111 | 10000010 | 11011101 | 11 | 101001 | 0 | 1101 | 100101000 | 111001 | 1000101 |
Color Harmonies of #D782DD
Complementary color
Monochromatic Colors of #D782DD
Black with #D782DD
Text Example
Text Example
White with #D782DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D782DD; }
p { color: rgb(215,130,221); }
H1.HeaderClassName
{
color: #D782DD;
}
.AnyTagClassName
{
color: #D782DD;
}
</style>
background-color css
<style>
a { background-color: #D782DD; }
a { background-color: rgb(215,130,221); }
div.DivClassName
{
background-color: #D782DD;
}
.BgClassName
{
background-color: #D782DD;
}
</style>
border-color css
<style>
span { border-color: #D782DD; }
span { border-color: rgb(215,130,221); }
td.TdClassName
{
border-color: #D782DD;
}
.TagClassName
{
border-color: #D782DD;
}
</style>