Shades of Orchid #D083D5
Tints of Orchid #D083D5
RGB
CMYK
RGB Variations
Color information
#D083D5 (or 0xD083D5) is known color: Orchid. HEX triplet: D0, 83 and D5. RGB value is (208,131,213). Sum of RGB (Red+Green+Blue) = 208+131+213=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 131 (51.56% from 255 or 23.73% from 552); Blue value is 213 (83.59% from 255 or 38.59% from 552); Max value from RGB is 213 - color contains mainly: blue. Hex color #D083D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083D5 is #2F7C2A. Grayscale: #A3A3A3. Windows color (decimal): -3111979 or 13992912. OLE color: 13992912.
HSL color Cylindrical-coordinate representation of color #D083D5: hue angle of 296.34º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D083D5 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 131 | 213 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.16 |
| HSL | 296.34º | 0.49% | 0.67% | - |
| HSV(B) | 296.34º | 0.38% | 0.84% | - |
| XYZ | 46.14 | 34.45 | 67.17 | - |
| YUV | 163.37 | 156.01 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 131 | 213 | 0.02 | 0.38 | 0 | 0.16 | 296.34 | 0.49 | 0.67 |
| Hex | D0 | 83 | D5 | 2 | 26 | 0 | 10 | 128 | 31 | 43 |
| Octal | 320 | 203 | 325 | 2 | 46 | 0 | 20 | 450 | 61 | 103 |
| Binary | 11010000 | 10000011 | 11010101 | 10 | 100110 | 0 | 10000 | 100101000 | 110001 | 1000011 |
Color Harmonies of #D083D5
Complementary color
Monochromatic Colors of #D083D5
Black with #D083D5
Text Example
Text Example
White with #D083D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D083D5; }
p { color: rgb(208,131,213); }
H1.HeaderClassName
{
color: #D083D5;
}
.AnyTagClassName
{
color: #D083D5;
}
</style>
background-color css
<style>
a { background-color: #D083D5; }
a { background-color: rgb(208,131,213); }
div.DivClassName
{
background-color: #D083D5;
}
.BgClassName
{
background-color: #D083D5;
}
</style>
border-color css
<style>
span { border-color: #D083D5; }
span { border-color: rgb(208,131,213); }
td.TdClassName
{
border-color: #D083D5;
}
.TagClassName
{
border-color: #D083D5;
}
</style>