Shades of Orchid #D683D0
Tints of Orchid #D683D0
RGB
CMYK
RGB Variations
Color information
#D683D0 (or 0xD683D0) is known color: Orchid. HEX triplet: D6, 83 and D0. RGB value is (214,131,208). Sum of RGB (Red+Green+Blue) = 214+131+208=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D683D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D683D0 is #297C2F. Grayscale: #A4A4A4. Windows color (decimal): -2718768 or 13665238. OLE color: 13665238.
HSL color Cylindrical-coordinate representation of color #D683D0: hue angle of 304.34º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D683D0 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 131 | 208 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.16 |
| HSL | 304.34º | 0.5% | 0.68% | - |
| HSV(B) | 304.34º | 0.39% | 0.84% | - |
| XYZ | 47.23 | 35.08 | 63.96 | - |
| YUV | 164.6 | 152.5 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 131 | 208 | 0 | 0.39 | 0.03 | 0.16 | 304.34 | 0.5 | 0.68 |
| Hex | D6 | 83 | D0 | 0 | 27 | 3 | 10 | 130 | 32 | 44 |
| Octal | 326 | 203 | 320 | 0 | 47 | 3 | 20 | 460 | 62 | 104 |
| Binary | 11010110 | 10000011 | 11010000 | 0 | 100111 | 11 | 10000 | 100110000 | 110010 | 1000100 |
Color Harmonies of #D683D0
Complementary color
Monochromatic Colors of #D683D0
Black with #D683D0
Text Example
Text Example
White with #D683D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D683D0; }
p { color: rgb(214,131,208); }
H1.HeaderClassName
{
color: #D683D0;
}
.AnyTagClassName
{
color: #D683D0;
}
</style>
background-color css
<style>
a { background-color: #D683D0; }
a { background-color: rgb(214,131,208); }
div.DivClassName
{
background-color: #D683D0;
}
.BgClassName
{
background-color: #D683D0;
}
</style>
border-color css
<style>
span { border-color: #D683D0; }
span { border-color: rgb(214,131,208); }
td.TdClassName
{
border-color: #D683D0;
}
.TagClassName
{
border-color: #D683D0;
}
</style>