Shades of Orchid #D283D0
Tints of Orchid #D283D0
RGB
CMYK
RGB Variations
Color information
#D283D0 (or 0xD283D0) is known color: Orchid. HEX triplet: D2, 83 and D0. RGB value is (210,131,208). Sum of RGB (Red+Green+Blue) = 210+131+208=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 131 (51.56% from 255 or 23.86% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 210 - color contains mainly: red. Hex color #D283D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D283D0 is #2D7C2F. Grayscale: #A3A3A3. Windows color (decimal): -2980912 or 13665234. OLE color: 13665234.
HSL color Cylindrical-coordinate representation of color #D283D0: hue angle of 301.52º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D283D0 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 131 | 208 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.18 |
| HSL | 301.52º | 0.47% | 0.67% | - |
| HSV(B) | 301.52º | 0.38% | 0.82% | - |
| XYZ | 46.08 | 34.49 | 63.9 | - |
| YUV | 163.4 | 153.17 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 208 | 0 | 0.38 | 0.01 | 0.18 | 301.52 | 0.47 | 0.67 |
| Hex | D2 | 83 | D0 | 0 | 26 | 1 | 12 | 12E | 2F | 43 |
| Octal | 322 | 203 | 320 | 0 | 46 | 1 | 22 | 456 | 57 | 103 |
| Binary | 11010010 | 10000011 | 11010000 | 0 | 100110 | 1 | 10010 | 100101110 | 101111 | 1000011 |
Color Harmonies of #D283D0
Complementary color
Monochromatic Colors of #D283D0
Black with #D283D0
Text Example
Text Example
White with #D283D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D283D0; }
p { color: rgb(210,131,208); }
H1.HeaderClassName
{
color: #D283D0;
}
.AnyTagClassName
{
color: #D283D0;
}
</style>
background-color css
<style>
a { background-color: #D283D0; }
a { background-color: rgb(210,131,208); }
div.DivClassName
{
background-color: #D283D0;
}
.BgClassName
{
background-color: #D283D0;
}
</style>
border-color css
<style>
span { border-color: #D283D0; }
span { border-color: rgb(210,131,208); }
td.TdClassName
{
border-color: #D283D0;
}
.TagClassName
{
border-color: #D283D0;
}
</style>