Shades of Orchid #D285DF
Tints of Orchid #D285DF
RGB
CMYK
RGB Variations
Color information
#D285DF (or 0xD285DF) is known color: Orchid. HEX triplet: D2, 85 and DF. RGB value is (210,133,223). Sum of RGB (Red+Green+Blue) = 210+133+223=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #D285DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D285DF is #2D7A20. Grayscale: #A6A6A6. Windows color (decimal): -2980385 or 14648786. OLE color: 14648786.
HSL color Cylindrical-coordinate representation of color #D285DF: hue angle of 291.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D285DF is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 133 | 223 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.13 |
| HSL | 291.33º | 0.58% | 0.7% | - |
| HSV(B) | 291.33º | 0.4% | 0.87% | - |
| XYZ | 48.29 | 35.8 | 74.18 | - |
| YUV | 166.28 | 160.01 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 223 | 0.06 | 0.40 | 0 | 0.13 | 291.33 | 0.58 | 0.7 |
| Hex | D2 | 85 | DF | 6 | 28 | 0 | D | 123 | 3A | 46 |
| Octal | 322 | 205 | 337 | 6 | 50 | 0 | 15 | 443 | 72 | 106 |
| Binary | 11010010 | 10000101 | 11011111 | 110 | 101000 | 0 | 1101 | 100100011 | 111010 | 1000110 |
Color Harmonies of #D285DF
Complementary color
Monochromatic Colors of #D285DF
Black with #D285DF
Text Example
Text Example
White with #D285DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D285DF; }
p { color: rgb(210,133,223); }
H1.HeaderClassName
{
color: #D285DF;
}
.AnyTagClassName
{
color: #D285DF;
}
</style>
background-color css
<style>
a { background-color: #D285DF; }
a { background-color: rgb(210,133,223); }
div.DivClassName
{
background-color: #D285DF;
}
.BgClassName
{
background-color: #D285DF;
}
</style>
border-color css
<style>
span { border-color: #D285DF; }
span { border-color: rgb(210,133,223); }
td.TdClassName
{
border-color: #D285DF;
}
.TagClassName
{
border-color: #D285DF;
}
</style>