Shades of Orchid #D283D3
Tints of Orchid #D283D3
RGB
CMYK
RGB Variations
Color information
#D283D3 (or 0xD283D3) is known color: Orchid. HEX triplet: D2, 83 and D3. RGB value is (210,131,211). Sum of RGB (Red+Green+Blue) = 210+131+211=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 131 (51.56% from 255 or 23.73% from 552); Blue value is 211 (82.81% from 255 or 38.22% from 552); Max value from RGB is 211 - color contains mainly: blue. Hex color #D283D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D283D3 is #2D7C2C. Grayscale: #A3A3A3. Windows color (decimal): -2980909 or 13861842. OLE color: 13861842.
HSL color Cylindrical-coordinate representation of color #D283D3: hue angle of 299.25º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D283D3 is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 131 | 211 | - |
| CMYK | 0.00 | 0.38 | 0 | 0.17 |
| HSL | 299.25º | 0.48% | 0.67% | - |
| HSV(B) | 299.25º | 0.38% | 0.83% | - |
| XYZ | 46.45 | 34.64 | 65.87 | - |
| YUV | 163.74 | 154.67 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 211 | 0.00 | 0.38 | 0 | 0.17 | 299.25 | 0.48 | 0.67 |
| Hex | D2 | 83 | D3 | 0 | 26 | 0 | 11 | 12B | 30 | 43 |
| Octal | 322 | 203 | 323 | 0 | 46 | 0 | 21 | 453 | 60 | 103 |
| Binary | 11010010 | 10000011 | 11010011 | 0 | 100110 | 0 | 10001 | 100101011 | 110000 | 1000011 |
Color Harmonies of #D283D3
Complementary color
Monochromatic Colors of #D283D3
Black with #D283D3
Text Example
Text Example
White with #D283D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D283D3; }
p { color: rgb(210,131,211); }
H1.HeaderClassName
{
color: #D283D3;
}
.AnyTagClassName
{
color: #D283D3;
}
</style>
background-color css
<style>
a { background-color: #D283D3; }
a { background-color: rgb(210,131,211); }
div.DivClassName
{
background-color: #D283D3;
}
.BgClassName
{
background-color: #D283D3;
}
</style>
border-color css
<style>
span { border-color: #D283D3; }
span { border-color: rgb(210,131,211); }
td.TdClassName
{
border-color: #D283D3;
}
.TagClassName
{
border-color: #D283D3;
}
</style>