Shades of Orchid #D682DD
Tints of Orchid #D682DD
RGB
CMYK
RGB Variations
Color information
#D682DD (or 0xD682DD) is known color: Orchid. HEX triplet: D6, 82 and DD. RGB value is (214,130,221). Sum of RGB (Red+Green+Blue) = 214+130+221=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #D682DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D682DD is #297D22. Grayscale: #A5A5A5. Windows color (decimal): -2719011 or 14516950. OLE color: 14516950.
HSL color Cylindrical-coordinate representation of color #D682DD: hue angle of 295.38º 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 #D682DD is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 130 | 221 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.13 |
| HSL | 295.38º | 0.57% | 0.69% | - |
| HSV(B) | 295.38º | 0.41% | 0.87% | - |
| XYZ | 48.77 | 35.48 | 72.69 | - |
| YUV | 165.49 | 159.33 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 221 | 0.03 | 0.41 | 0 | 0.13 | 295.38 | 0.57 | 0.69 |
| Hex | D6 | 82 | DD | 3 | 29 | 0 | D | 127 | 39 | 45 |
| Octal | 326 | 202 | 335 | 3 | 51 | 0 | 15 | 447 | 71 | 105 |
| Binary | 11010110 | 10000010 | 11011101 | 11 | 101001 | 0 | 1101 | 100100111 | 111001 | 1000101 |
Color Harmonies of #D682DD
Complementary color
Monochromatic Colors of #D682DD
Black with #D682DD
Text Example
Text Example
White with #D682DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D682DD; }
p { color: rgb(214,130,221); }
H1.HeaderClassName
{
color: #D682DD;
}
.AnyTagClassName
{
color: #D682DD;
}
</style>
background-color css
<style>
a { background-color: #D682DD; }
a { background-color: rgb(214,130,221); }
div.DivClassName
{
background-color: #D682DD;
}
.BgClassName
{
background-color: #D682DD;
}
</style>
border-color css
<style>
span { border-color: #D682DD; }
span { border-color: rgb(214,130,221); }
td.TdClassName
{
border-color: #D682DD;
}
.TagClassName
{
border-color: #D682DD;
}
</style>