Shades of Orchid #D282C0
Tints of Orchid #D282C0
RGB
CMYK
RGB Variations
Color information
#D282C0 (or 0xD282C0) is known color: Orchid. HEX triplet: D2, 82 and C0. RGB value is (210,130,192). Sum of RGB (Red+Green+Blue) = 210+130+192=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 130 (51.17% from 255 or 24.44% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 210 - color contains mainly: red. Hex color #D282C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D282C0 is #2D7D3F. Grayscale: #A0A0A0. Windows color (decimal): -2981184 or 12616402. OLE color: 12616402.
HSL color Cylindrical-coordinate representation of color #D282C0: hue angle of 313.5º 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 #D282C0 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 130 | 192 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.18 |
| HSL | 313.5º | 0.47% | 0.67% | - |
| HSV(B) | 313.5º | 0.38% | 0.82% | - |
| XYZ | 44.08 | 33.47 | 54.01 | - |
| YUV | 160.99 | 145.5 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 192 | 0 | 0.38 | 0.09 | 0.18 | 313.5 | 0.47 | 0.67 |
| Hex | D2 | 82 | C0 | 0 | 26 | 9 | 12 | 13A | 2F | 43 |
| Octal | 322 | 202 | 300 | 0 | 46 | 11 | 22 | 472 | 57 | 103 |
| Binary | 11010010 | 10000010 | 11000000 | 0 | 100110 | 1001 | 10010 | 100111010 | 101111 | 1000011 |
Color Harmonies of #D282C0
Complementary color
Monochromatic Colors of #D282C0
Black with #D282C0
Text Example
Text Example
White with #D282C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D282C0; }
p { color: rgb(210,130,192); }
H1.HeaderClassName
{
color: #D282C0;
}
.AnyTagClassName
{
color: #D282C0;
}
</style>
background-color css
<style>
a { background-color: #D282C0; }
a { background-color: rgb(210,130,192); }
div.DivClassName
{
background-color: #D282C0;
}
.BgClassName
{
background-color: #D282C0;
}
</style>
border-color css
<style>
span { border-color: #D282C0; }
span { border-color: rgb(210,130,192); }
td.TdClassName
{
border-color: #D282C0;
}
.TagClassName
{
border-color: #D282C0;
}
</style>