Shades of Orchid #D684D2
Tints of Orchid #D684D2
RGB
CMYK
RGB Variations
Color information
#D684D2 (or 0xD684D2) is known color: Orchid. HEX triplet: D6, 84 and D2. RGB value is (214,132,210). Sum of RGB (Red+Green+Blue) = 214+132+210=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 132 (51.95% from 255 or 23.74% from 556); Blue value is 210 (82.42% from 255 or 37.77% from 556); Max value from RGB is 214 - color contains mainly: red. Hex color #D684D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D684D2 is #297B2D. Grayscale: #A5A5A5. Windows color (decimal): -2718510 or 13796566. OLE color: 13796566.
HSL color Cylindrical-coordinate representation of color #D684D2: hue angle of 302.93º 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 #D684D2 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 210 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.16 |
| HSL | 302.93º | 0.5% | 0.68% | - |
| HSV(B) | 302.93º | 0.38% | 0.84% | - |
| XYZ | 47.62 | 35.45 | 65.31 | - |
| YUV | 165.41 | 153.17 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 210 | 0 | 0.38 | 0.02 | 0.16 | 302.93 | 0.5 | 0.68 |
| Hex | D6 | 84 | D2 | 0 | 26 | 2 | 10 | 12F | 32 | 44 |
| Octal | 326 | 204 | 322 | 0 | 46 | 2 | 20 | 457 | 62 | 104 |
| Binary | 11010110 | 10000100 | 11010010 | 0 | 100110 | 10 | 10000 | 100101111 | 110010 | 1000100 |
Color Harmonies of #D684D2
Complementary color
Monochromatic Colors of #D684D2
Black with #D684D2
Text Example
Text Example
White with #D684D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D684D2; }
p { color: rgb(214,132,210); }
H1.HeaderClassName
{
color: #D684D2;
}
.AnyTagClassName
{
color: #D684D2;
}
</style>
background-color css
<style>
a { background-color: #D684D2; }
a { background-color: rgb(214,132,210); }
div.DivClassName
{
background-color: #D684D2;
}
.BgClassName
{
background-color: #D684D2;
}
</style>
border-color css
<style>
span { border-color: #D684D2; }
span { border-color: rgb(214,132,210); }
td.TdClassName
{
border-color: #D684D2;
}
.TagClassName
{
border-color: #D684D2;
}
</style>