Shades of Orchid #D683C0
Tints of Orchid #D683C0
RGB
CMYK
RGB Variations
Color information
#D683C0 (or 0xD683C0) is known color: Orchid. HEX triplet: D6, 83 and C0. RGB value is (214,131,192). Sum of RGB (Red+Green+Blue) = 214+131+192=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 131 (51.56% from 255 or 24.39% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D683C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D683C0 is #297C3F. Grayscale: #A2A2A2. Windows color (decimal): -2718784 or 12616662. OLE color: 12616662.
HSL color Cylindrical-coordinate representation of color #D683C0: hue angle of 315.9º 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 #D683C0 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 131 | 192 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.16 |
| HSL | 315.9º | 0.5% | 0.68% | - |
| HSV(B) | 315.9º | 0.39% | 0.84% | - |
| XYZ | 45.36 | 34.33 | 54.11 | - |
| YUV | 162.77 | 144.5 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 131 | 192 | 0 | 0.39 | 0.10 | 0.16 | 315.9 | 0.5 | 0.68 |
| Hex | D6 | 83 | C0 | 0 | 27 | A | 10 | 13C | 32 | 44 |
| Octal | 326 | 203 | 300 | 0 | 47 | 12 | 20 | 474 | 62 | 104 |
| Binary | 11010110 | 10000011 | 11000000 | 0 | 100111 | 1010 | 10000 | 100111100 | 110010 | 1000100 |
Color Harmonies of #D683C0
Complementary color
Monochromatic Colors of #D683C0
Black with #D683C0
Text Example
Text Example
White with #D683C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D683C0; }
p { color: rgb(214,131,192); }
H1.HeaderClassName
{
color: #D683C0;
}
.AnyTagClassName
{
color: #D683C0;
}
</style>
background-color css
<style>
a { background-color: #D683C0; }
a { background-color: rgb(214,131,192); }
div.DivClassName
{
background-color: #D683C0;
}
.BgClassName
{
background-color: #D683C0;
}
</style>
border-color css
<style>
span { border-color: #D683C0; }
span { border-color: rgb(214,131,192); }
td.TdClassName
{
border-color: #D683C0;
}
.TagClassName
{
border-color: #D683C0;
}
</style>