Shades of Orchid #D285DD
Tints of Orchid #D285DD
RGB
CMYK
RGB Variations
Color information
#D285DD (or 0xD285DD) is known color: Orchid. HEX triplet: D2, 85 and DD. RGB value is (210,133,221). Sum of RGB (Red+Green+Blue) = 210+133+221=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #D285DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D285DD is #2D7A22. Grayscale: #A5A5A5. Windows color (decimal): -2980387 or 14517714. OLE color: 14517714.
HSL color Cylindrical-coordinate representation of color #D285DD: hue angle of 292.5º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D285DD is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 133 | 221 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.13 |
| HSL | 292.5º | 0.56% | 0.69% | - |
| HSV(B) | 292.5º | 0.4% | 0.87% | - |
| XYZ | 48.02 | 35.7 | 72.77 | - |
| YUV | 166.06 | 159.01 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 221 | 0.05 | 0.40 | 0 | 0.13 | 292.5 | 0.56 | 0.69 |
| Hex | D2 | 85 | DD | 5 | 28 | 0 | D | 124 | 38 | 45 |
| Octal | 322 | 205 | 335 | 5 | 50 | 0 | 15 | 444 | 70 | 105 |
| Binary | 11010010 | 10000101 | 11011101 | 101 | 101000 | 0 | 1101 | 100100100 | 111000 | 1000101 |
Color Harmonies of #D285DD
Complementary color
Monochromatic Colors of #D285DD
Black with #D285DD
Text Example
Text Example
White with #D285DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D285DD; }
p { color: rgb(210,133,221); }
H1.HeaderClassName
{
color: #D285DD;
}
.AnyTagClassName
{
color: #D285DD;
}
</style>
background-color css
<style>
a { background-color: #D285DD; }
a { background-color: rgb(210,133,221); }
div.DivClassName
{
background-color: #D285DD;
}
.BgClassName
{
background-color: #D285DD;
}
</style>
border-color css
<style>
span { border-color: #D285DD; }
span { border-color: rgb(210,133,221); }
td.TdClassName
{
border-color: #D285DD;
}
.TagClassName
{
border-color: #D285DD;
}
</style>