Shades of Orchid #D284BF
Tints of Orchid #D284BF
RGB
CMYK
RGB Variations
Color information
#D284BF (or 0xD284BF) is known color: Orchid. HEX triplet: D2, 84 and BF. RGB value is (210,132,191). Sum of RGB (Red+Green+Blue) = 210+132+191=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 132 (51.95% from 255 or 24.77% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 210 - color contains mainly: red. Hex color #D284BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D284BF is #2D7B40. Grayscale: #A1A1A1. Windows color (decimal): -2980673 or 12551378. OLE color: 12551378.
HSL color Cylindrical-coordinate representation of color #D284BF: hue angle of 314.62º 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 #D284BF is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 191 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.18 |
| HSL | 314.62º | 0.46% | 0.67% | - |
| HSV(B) | 314.62º | 0.37% | 0.82% | - |
| XYZ | 44.23 | 33.97 | 53.51 | - |
| YUV | 162.05 | 144.34 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 191 | 0 | 0.37 | 0.09 | 0.18 | 314.62 | 0.46 | 0.67 |
| Hex | D2 | 84 | BF | 0 | 25 | 9 | 12 | 13B | 2E | 43 |
| Octal | 322 | 204 | 277 | 0 | 45 | 11 | 22 | 473 | 56 | 103 |
| Binary | 11010010 | 10000100 | 10111111 | 0 | 100101 | 1001 | 10010 | 100111011 | 101110 | 1000011 |
Color Harmonies of #D284BF
Complementary color
Monochromatic Colors of #D284BF
Black with #D284BF
Text Example
Text Example
White with #D284BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D284BF; }
p { color: rgb(210,132,191); }
H1.HeaderClassName
{
color: #D284BF;
}
.AnyTagClassName
{
color: #D284BF;
}
</style>
background-color css
<style>
a { background-color: #D284BF; }
a { background-color: rgb(210,132,191); }
div.DivClassName
{
background-color: #D284BF;
}
.BgClassName
{
background-color: #D284BF;
}
</style>
border-color css
<style>
span { border-color: #D284BF; }
span { border-color: rgb(210,132,191); }
td.TdClassName
{
border-color: #D284BF;
}
.TagClassName
{
border-color: #D284BF;
}
</style>