Shades of Orchid #D284D0
Tints of Orchid #D284D0
RGB
CMYK
RGB Variations
Color information
#D284D0 (or 0xD284D0) is known color: Orchid. HEX triplet: D2, 84 and D0. RGB value is (210,132,208). Sum of RGB (Red+Green+Blue) = 210+132+208=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 210 - color contains mainly: red. Hex color #D284D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D284D0 is #2D7B2F. Grayscale: #A3A3A3. Windows color (decimal): -2980656 or 13665490. OLE color: 13665490.
HSL color Cylindrical-coordinate representation of color #D284D0: hue angle of 301.54º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D284D0 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 208 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.18 |
| HSL | 301.54º | 0.46% | 0.67% | - |
| HSV(B) | 301.54º | 0.37% | 0.82% | - |
| XYZ | 46.21 | 34.76 | 63.95 | - |
| YUV | 163.99 | 152.84 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 208 | 0 | 0.37 | 0.01 | 0.18 | 301.54 | 0.46 | 0.67 |
| Hex | D2 | 84 | D0 | 0 | 25 | 1 | 12 | 12E | 2E | 43 |
| Octal | 322 | 204 | 320 | 0 | 45 | 1 | 22 | 456 | 56 | 103 |
| Binary | 11010010 | 10000100 | 11010000 | 0 | 100101 | 1 | 10010 | 100101110 | 101110 | 1000011 |
Color Harmonies of #D284D0
Complementary color
Monochromatic Colors of #D284D0
Black with #D284D0
Text Example
Text Example
White with #D284D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D284D0; }
p { color: rgb(210,132,208); }
H1.HeaderClassName
{
color: #D284D0;
}
.AnyTagClassName
{
color: #D284D0;
}
</style>
background-color css
<style>
a { background-color: #D284D0; }
a { background-color: rgb(210,132,208); }
div.DivClassName
{
background-color: #D284D0;
}
.BgClassName
{
background-color: #D284D0;
}
</style>
border-color css
<style>
span { border-color: #D284D0; }
span { border-color: rgb(210,132,208); }
td.TdClassName
{
border-color: #D284D0;
}
.TagClassName
{
border-color: #D284D0;
}
</style>