Shades of Orchid #D283DA
Tints of Orchid #D283DA
RGB
CMYK
RGB Variations
Color information
#D283DA (or 0xD283DA) is known color: Orchid. HEX triplet: D2, 83 and DA. RGB value is (210,131,218). Sum of RGB (Red+Green+Blue) = 210+131+218=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 131 (51.56% from 255 or 23.43% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #D283DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D283DA is #2D7C25. Grayscale: #A4A4A4. Windows color (decimal): -2980902 or 14320594. OLE color: 14320594.
HSL color Cylindrical-coordinate representation of color #D283DA: hue angle of 294.48º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D283DA is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 131 | 218 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.15 |
| HSL | 294.48º | 0.54% | 0.68% | - |
| HSV(B) | 294.48º | 0.4% | 0.85% | - |
| XYZ | 47.35 | 35 | 70.59 | - |
| YUV | 164.54 | 158.17 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 218 | 0.04 | 0.40 | 0 | 0.15 | 294.48 | 0.54 | 0.68 |
| Hex | D2 | 83 | DA | 4 | 28 | 0 | F | 126 | 36 | 44 |
| Octal | 322 | 203 | 332 | 4 | 50 | 0 | 17 | 446 | 66 | 104 |
| Binary | 11010010 | 10000011 | 11011010 | 100 | 101000 | 0 | 1111 | 100100110 | 110110 | 1000100 |
Color Harmonies of #D283DA
Complementary color
Monochromatic Colors of #D283DA
Black with #D283DA
Text Example
Text Example
White with #D283DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D283DA; }
p { color: rgb(210,131,218); }
H1.HeaderClassName
{
color: #D283DA;
}
.AnyTagClassName
{
color: #D283DA;
}
</style>
background-color css
<style>
a { background-color: #D283DA; }
a { background-color: rgb(210,131,218); }
div.DivClassName
{
background-color: #D283DA;
}
.BgClassName
{
background-color: #D283DA;
}
</style>
border-color css
<style>
span { border-color: #D283DA; }
span { border-color: rgb(210,131,218); }
td.TdClassName
{
border-color: #D283DA;
}
.TagClassName
{
border-color: #D283DA;
}
</style>