Shades of Orchid #D282BF
Tints of Orchid #D282BF
RGB
CMYK
RGB Variations
Color information
#D282BF (or 0xD282BF) is known color: Orchid. HEX triplet: D2, 82 and BF. RGB value is (210,130,191). Sum of RGB (Red+Green+Blue) = 210+130+191=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 130 (51.17% from 255 or 24.48% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 210 - color contains mainly: red. Hex color #D282BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D282BF is #2D7D40. Grayscale: #A0A0A0. Windows color (decimal): -2981185 or 12550866. OLE color: 12550866.
HSL color Cylindrical-coordinate representation of color #D282BF: hue angle of 314.25º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D282BF is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 130 | 191 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.18 |
| HSL | 314.25º | 0.47% | 0.67% | - |
| HSV(B) | 314.25º | 0.38% | 0.82% | - |
| XYZ | 43.96 | 33.43 | 53.43 | - |
| YUV | 160.87 | 145 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 191 | 0 | 0.38 | 0.09 | 0.18 | 314.25 | 0.47 | 0.67 |
| Hex | D2 | 82 | BF | 0 | 26 | 9 | 12 | 13A | 2F | 43 |
| Octal | 322 | 202 | 277 | 0 | 46 | 11 | 22 | 472 | 57 | 103 |
| Binary | 11010010 | 10000010 | 10111111 | 0 | 100110 | 1001 | 10010 | 100111010 | 101111 | 1000011 |
Color Harmonies of #D282BF
Complementary color
Monochromatic Colors of #D282BF
Black with #D282BF
Text Example
Text Example
White with #D282BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D282BF; }
p { color: rgb(210,130,191); }
H1.HeaderClassName
{
color: #D282BF;
}
.AnyTagClassName
{
color: #D282BF;
}
</style>
background-color css
<style>
a { background-color: #D282BF; }
a { background-color: rgb(210,130,191); }
div.DivClassName
{
background-color: #D282BF;
}
.BgClassName
{
background-color: #D282BF;
}
</style>
border-color css
<style>
span { border-color: #D282BF; }
span { border-color: rgb(210,130,191); }
td.TdClassName
{
border-color: #D282BF;
}
.TagClassName
{
border-color: #D282BF;
}
</style>