Shades of Orchid #D285D0
Tints of Orchid #D285D0
RGB
CMYK
RGB Variations
Color information
#D285D0 (or 0xD285D0) is known color: Orchid. HEX triplet: D2, 85 and D0. RGB value is (210,133,208). Sum of RGB (Red+Green+Blue) = 210+133+208=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 210 - color contains mainly: red. Hex color #D285D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D285D0 is #2D7A2F. Grayscale: #A4A4A4. Windows color (decimal): -2980400 or 13665746. OLE color: 13665746.
HSL color Cylindrical-coordinate representation of color #D285D0: hue angle of 301.56º 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 #D285D0 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 208 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.18 |
| HSL | 301.56º | 0.46% | 0.67% | - |
| HSV(B) | 301.56º | 0.37% | 0.82% | - |
| XYZ | 46.35 | 35.03 | 63.99 | - |
| YUV | 164.57 | 152.51 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 208 | 0 | 0.37 | 0.01 | 0.18 | 301.56 | 0.46 | 0.67 |
| Hex | D2 | 85 | D0 | 0 | 25 | 1 | 12 | 12E | 2E | 43 |
| Octal | 322 | 205 | 320 | 0 | 45 | 1 | 22 | 456 | 56 | 103 |
| Binary | 11010010 | 10000101 | 11010000 | 0 | 100101 | 1 | 10010 | 100101110 | 101110 | 1000011 |
Color Harmonies of #D285D0
Complementary color
Monochromatic Colors of #D285D0
Black with #D285D0
Text Example
Text Example
White with #D285D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D285D0; }
p { color: rgb(210,133,208); }
H1.HeaderClassName
{
color: #D285D0;
}
.AnyTagClassName
{
color: #D285D0;
}
</style>
background-color css
<style>
a { background-color: #D285D0; }
a { background-color: rgb(210,133,208); }
div.DivClassName
{
background-color: #D285D0;
}
.BgClassName
{
background-color: #D285D0;
}
</style>
border-color css
<style>
span { border-color: #D285D0; }
span { border-color: rgb(210,133,208); }
td.TdClassName
{
border-color: #D285D0;
}
.TagClassName
{
border-color: #D285D0;
}
</style>