Shades of Orchid #D683C1
Tints of Orchid #D683C1
RGB
CMYK
RGB Variations
Color information
#D683C1 (or 0xD683C1) is known color: Orchid. HEX triplet: D6, 83 and C1. RGB value is (214,131,193). Sum of RGB (Red+Green+Blue) = 214+131+193=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 131 (51.56% from 255 or 24.35% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D683C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D683C1 is #297C3E. Grayscale: #A2A2A2. Windows color (decimal): -2718783 or 12682198. OLE color: 12682198.
HSL color Cylindrical-coordinate representation of color #D683C1: hue angle of 315.18º 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 #D683C1 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 131 | 193 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.16 |
| HSL | 315.18º | 0.5% | 0.68% | - |
| HSV(B) | 315.18º | 0.39% | 0.84% | - |
| XYZ | 45.47 | 34.38 | 54.69 | - |
| YUV | 162.89 | 145 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 131 | 193 | 0 | 0.39 | 0.10 | 0.16 | 315.18 | 0.5 | 0.68 |
| Hex | D6 | 83 | C1 | 0 | 27 | A | 10 | 13B | 32 | 44 |
| Octal | 326 | 203 | 301 | 0 | 47 | 12 | 20 | 473 | 62 | 104 |
| Binary | 11010110 | 10000011 | 11000001 | 0 | 100111 | 1010 | 10000 | 100111011 | 110010 | 1000100 |
Color Harmonies of #D683C1
Complementary color
Monochromatic Colors of #D683C1
Black with #D683C1
Text Example
Text Example
White with #D683C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D683C1; }
p { color: rgb(214,131,193); }
H1.HeaderClassName
{
color: #D683C1;
}
.AnyTagClassName
{
color: #D683C1;
}
</style>
background-color css
<style>
a { background-color: #D683C1; }
a { background-color: rgb(214,131,193); }
div.DivClassName
{
background-color: #D683C1;
}
.BgClassName
{
background-color: #D683C1;
}
</style>
border-color css
<style>
span { border-color: #D683C1; }
span { border-color: rgb(214,131,193); }
td.TdClassName
{
border-color: #D683C1;
}
.TagClassName
{
border-color: #D683C1;
}
</style>