Shades of Orchid #D282DD
Tints of Orchid #D282DD
RGB
CMYK
RGB Variations
Color information
#D282DD (or 0xD282DD) is known color: Orchid. HEX triplet: D2, 82 and DD. RGB value is (210,130,221). Sum of RGB (Red+Green+Blue) = 210+130+221=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 130 (51.17% from 255 or 23.17% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #D282DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D282DD is #2D7D22. Grayscale: #A4A4A4. Windows color (decimal): -2981155 or 14516946. OLE color: 14516946.
HSL color Cylindrical-coordinate representation of color #D282DD: hue angle of 292.75º 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 #D282DD is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 130 | 221 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.13 |
| HSL | 292.75º | 0.57% | 0.69% | - |
| HSV(B) | 292.75º | 0.41% | 0.87% | - |
| XYZ | 47.61 | 34.89 | 72.63 | - |
| YUV | 164.29 | 160 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 221 | 0.05 | 0.41 | 0 | 0.13 | 292.75 | 0.57 | 0.69 |
| Hex | D2 | 82 | DD | 5 | 29 | 0 | D | 125 | 39 | 45 |
| Octal | 322 | 202 | 335 | 5 | 51 | 0 | 15 | 445 | 71 | 105 |
| Binary | 11010010 | 10000010 | 11011101 | 101 | 101001 | 0 | 1101 | 100100101 | 111001 | 1000101 |
Color Harmonies of #D282DD
Complementary color
Monochromatic Colors of #D282DD
Black with #D282DD
Text Example
Text Example
White with #D282DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D282DD; }
p { color: rgb(210,130,221); }
H1.HeaderClassName
{
color: #D282DD;
}
.AnyTagClassName
{
color: #D282DD;
}
</style>
background-color css
<style>
a { background-color: #D282DD; }
a { background-color: rgb(210,130,221); }
div.DivClassName
{
background-color: #D282DD;
}
.BgClassName
{
background-color: #D282DD;
}
</style>
border-color css
<style>
span { border-color: #D282DD; }
span { border-color: rgb(210,130,221); }
td.TdClassName
{
border-color: #D282DD;
}
.TagClassName
{
border-color: #D282DD;
}
</style>