Shades of Orchid #D285D5
Tints of Orchid #D285D5
RGB
CMYK
RGB Variations
Color information
#D285D5 (or 0xD285D5) is known color: Orchid. HEX triplet: D2, 85 and D5. RGB value is (210,133,213). Sum of RGB (Red+Green+Blue) = 210+133+213=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 213 (83.59% from 255 or 38.31% from 556); Max value from RGB is 213 - color contains mainly: blue. Hex color #D285D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D285D5 is #2D7A2A. Grayscale: #A4A4A4. Windows color (decimal): -2980395 or 13993426. OLE color: 13993426.
HSL color Cylindrical-coordinate representation of color #D285D5: hue angle of 297.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D285D5 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 133 | 213 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.16 |
| HSL | 297.75º | 0.49% | 0.68% | - |
| HSV(B) | 297.75º | 0.38% | 0.84% | - |
| XYZ | 46.98 | 35.28 | 67.28 | - |
| YUV | 165.14 | 155.01 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 213 | 0.01 | 0.38 | 0 | 0.16 | 297.75 | 0.49 | 0.68 |
| Hex | D2 | 85 | D5 | 1 | 26 | 0 | 10 | 12A | 31 | 44 |
| Octal | 322 | 205 | 325 | 1 | 46 | 0 | 20 | 452 | 61 | 104 |
| Binary | 11010010 | 10000101 | 11010101 | 1 | 100110 | 0 | 10000 | 100101010 | 110001 | 1000100 |
Color Harmonies of #D285D5
Complementary color
Monochromatic Colors of #D285D5
Black with #D285D5
Text Example
Text Example
White with #D285D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D285D5; }
p { color: rgb(210,133,213); }
H1.HeaderClassName
{
color: #D285D5;
}
.AnyTagClassName
{
color: #D285D5;
}
</style>
background-color css
<style>
a { background-color: #D285D5; }
a { background-color: rgb(210,133,213); }
div.DivClassName
{
background-color: #D285D5;
}
.BgClassName
{
background-color: #D285D5;
}
</style>
border-color css
<style>
span { border-color: #D285D5; }
span { border-color: rgb(210,133,213); }
td.TdClassName
{
border-color: #D285D5;
}
.TagClassName
{
border-color: #D285D5;
}
</style>