Shades of Orchid #D284C0
Tints of Orchid #D284C0
RGB
CMYK
RGB Variations
Color information
#D284C0 (or 0xD284C0) is known color: Orchid. HEX triplet: D2, 84 and C0. RGB value is (210,132,192). Sum of RGB (Red+Green+Blue) = 210+132+192=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 132 (51.95% from 255 or 24.72% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 210 - color contains mainly: red. Hex color #D284C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D284C0 is #2D7B3F. Grayscale: #A2A2A2. Windows color (decimal): -2980672 or 12616914. OLE color: 12616914.
HSL color Cylindrical-coordinate representation of color #D284C0: hue angle of 313.85º 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 #D284C0 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 192 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.18 |
| HSL | 313.85º | 0.46% | 0.67% | - |
| HSV(B) | 313.85º | 0.37% | 0.82% | - |
| XYZ | 44.34 | 34.01 | 54.1 | - |
| YUV | 162.16 | 144.84 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 192 | 0 | 0.37 | 0.09 | 0.18 | 313.85 | 0.46 | 0.67 |
| Hex | D2 | 84 | C0 | 0 | 25 | 9 | 12 | 13A | 2E | 43 |
| Octal | 322 | 204 | 300 | 0 | 45 | 11 | 22 | 472 | 56 | 103 |
| Binary | 11010010 | 10000100 | 11000000 | 0 | 100101 | 1001 | 10010 | 100111010 | 101110 | 1000011 |
Color Harmonies of #D284C0
Complementary color
Monochromatic Colors of #D284C0
Black with #D284C0
Text Example
Text Example
White with #D284C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D284C0; }
p { color: rgb(210,132,192); }
H1.HeaderClassName
{
color: #D284C0;
}
.AnyTagClassName
{
color: #D284C0;
}
</style>
background-color css
<style>
a { background-color: #D284C0; }
a { background-color: rgb(210,132,192); }
div.DivClassName
{
background-color: #D284C0;
}
.BgClassName
{
background-color: #D284C0;
}
</style>
border-color css
<style>
span { border-color: #D284C0; }
span { border-color: rgb(210,132,192); }
td.TdClassName
{
border-color: #D284C0;
}
.TagClassName
{
border-color: #D284C0;
}
</style>