Shades of Orchid #D283D6
Tints of Orchid #D283D6
RGB
CMYK
RGB Variations
Color information
#D283D6 (or 0xD283D6) is known color: Orchid. HEX triplet: D2, 83 and D6. RGB value is (210,131,214). Sum of RGB (Red+Green+Blue) = 210+131+214=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 131 (51.56% from 255 or 23.60% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 214 - color contains mainly: blue. Hex color #D283D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D283D6 is #2D7C29. Grayscale: #A3A3A3. Windows color (decimal): -2980906 or 14058450. OLE color: 14058450.
HSL color Cylindrical-coordinate representation of color #D283D6: hue angle of 297.11º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D283D6 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 131 | 214 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.16 |
| HSL | 297.11º | 0.5% | 0.68% | - |
| HSV(B) | 297.11º | 0.39% | 0.84% | - |
| XYZ | 46.83 | 34.79 | 67.87 | - |
| YUV | 164.08 | 156.17 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 214 | 0.02 | 0.39 | 0 | 0.16 | 297.11 | 0.5 | 0.68 |
| Hex | D2 | 83 | D6 | 2 | 27 | 0 | 10 | 129 | 32 | 44 |
| Octal | 322 | 203 | 326 | 2 | 47 | 0 | 20 | 451 | 62 | 104 |
| Binary | 11010010 | 10000011 | 11010110 | 10 | 100111 | 0 | 10000 | 100101001 | 110010 | 1000100 |
Color Harmonies of #D283D6
Complementary color
Monochromatic Colors of #D283D6
Black with #D283D6
Text Example
Text Example
White with #D283D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D283D6; }
p { color: rgb(210,131,214); }
H1.HeaderClassName
{
color: #D283D6;
}
.AnyTagClassName
{
color: #D283D6;
}
</style>
background-color css
<style>
a { background-color: #D283D6; }
a { background-color: rgb(210,131,214); }
div.DivClassName
{
background-color: #D283D6;
}
.BgClassName
{
background-color: #D283D6;
}
</style>
border-color css
<style>
span { border-color: #D283D6; }
span { border-color: rgb(210,131,214); }
td.TdClassName
{
border-color: #D283D6;
}
.TagClassName
{
border-color: #D283D6;
}
</style>