Shades of Orchid #D684D3
Tints of Orchid #D684D3
RGB
CMYK
RGB Variations
Color information
#D684D3 (or 0xD684D3) is known color: Orchid. HEX triplet: D6, 84 and D3. RGB value is (214,132,211). Sum of RGB (Red+Green+Blue) = 214+132+211=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 211 (82.81% from 255 or 37.88% from 557); Max value from RGB is 214 - color contains mainly: red. Hex color #D684D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D684D3 is #297B2C. Grayscale: #A5A5A5. Windows color (decimal): -2718509 or 13862102. OLE color: 13862102.
HSL color Cylindrical-coordinate representation of color #D684D3: hue angle of 302.2º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D684D3 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 211 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.16 |
| HSL | 302.2º | 0.5% | 0.68% | - |
| HSV(B) | 302.2º | 0.38% | 0.84% | - |
| XYZ | 47.74 | 35.5 | 65.96 | - |
| YUV | 165.52 | 153.67 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 211 | 0 | 0.38 | 0.01 | 0.16 | 302.2 | 0.5 | 0.68 |
| Hex | D6 | 84 | D3 | 0 | 26 | 1 | 10 | 12E | 32 | 44 |
| Octal | 326 | 204 | 323 | 0 | 46 | 1 | 20 | 456 | 62 | 104 |
| Binary | 11010110 | 10000100 | 11010011 | 0 | 100110 | 1 | 10000 | 100101110 | 110010 | 1000100 |
Color Harmonies of #D684D3
Complementary color
Monochromatic Colors of #D684D3
Black with #D684D3
Text Example
Text Example
White with #D684D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D684D3; }
p { color: rgb(214,132,211); }
H1.HeaderClassName
{
color: #D684D3;
}
.AnyTagClassName
{
color: #D684D3;
}
</style>
background-color css
<style>
a { background-color: #D684D3; }
a { background-color: rgb(214,132,211); }
div.DivClassName
{
background-color: #D684D3;
}
.BgClassName
{
background-color: #D684D3;
}
</style>
border-color css
<style>
span { border-color: #D684D3; }
span { border-color: rgb(214,132,211); }
td.TdClassName
{
border-color: #D684D3;
}
.TagClassName
{
border-color: #D684D3;
}
</style>