Shades of Orchid #D683DD
Tints of Orchid #D683DD
RGB
CMYK
RGB Variations
Color information
#D683DD (or 0xD683DD) is known color: Orchid. HEX triplet: D6, 83 and DD. RGB value is (214,131,221). Sum of RGB (Red+Green+Blue) = 214+131+221=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 131 (51.56% from 255 or 23.14% 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 #D683DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D683DD is #297C22. Grayscale: #A5A5A5. Windows color (decimal): -2718755 or 14517206. OLE color: 14517206.
HSL color Cylindrical-coordinate representation of color #D683DD: hue angle of 295.33º 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 #D683DD is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 131 | 221 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.13 |
| HSL | 295.33º | 0.57% | 0.69% | - |
| HSV(B) | 295.33º | 0.41% | 0.87% | - |
| XYZ | 48.9 | 35.75 | 72.73 | - |
| YUV | 166.08 | 159 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 131 | 221 | 0.03 | 0.41 | 0 | 0.13 | 295.33 | 0.57 | 0.69 |
| Hex | D6 | 83 | DD | 3 | 29 | 0 | D | 127 | 39 | 45 |
| Octal | 326 | 203 | 335 | 3 | 51 | 0 | 15 | 447 | 71 | 105 |
| Binary | 11010110 | 10000011 | 11011101 | 11 | 101001 | 0 | 1101 | 100100111 | 111001 | 1000101 |
Color Harmonies of #D683DD
Complementary color
Monochromatic Colors of #D683DD
Black with #D683DD
Text Example
Text Example
White with #D683DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D683DD; }
p { color: rgb(214,131,221); }
H1.HeaderClassName
{
color: #D683DD;
}
.AnyTagClassName
{
color: #D683DD;
}
</style>
background-color css
<style>
a { background-color: #D683DD; }
a { background-color: rgb(214,131,221); }
div.DivClassName
{
background-color: #D683DD;
}
.BgClassName
{
background-color: #D683DD;
}
</style>
border-color css
<style>
span { border-color: #D683DD; }
span { border-color: rgb(214,131,221); }
td.TdClassName
{
border-color: #D683DD;
}
.TagClassName
{
border-color: #D683DD;
}
</style>