Shades of Orchid #D083D3
Tints of Orchid #D083D3
RGB
CMYK
RGB Variations
Color information
#D083D3 (or 0xD083D3) is known color: Orchid. HEX triplet: D0, 83 and D3. RGB value is (208,131,211). Sum of RGB (Red+Green+Blue) = 208+131+211=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 131 (51.56% from 255 or 23.82% from 550); Blue value is 211 (82.81% from 255 or 38.36% from 550); Max value from RGB is 211 - color contains mainly: blue. Hex color #D083D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083D3 is #2F7C2C. Grayscale: #A2A2A2. Windows color (decimal): -3111981 or 13861840. OLE color: 13861840.
HSL color Cylindrical-coordinate representation of color #D083D3: hue angle of 297.75º 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 #D083D3 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 131 | 211 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.17 |
| HSL | 297.75º | 0.48% | 0.67% | - |
| HSV(B) | 297.75º | 0.38% | 0.83% | - |
| XYZ | 45.89 | 34.35 | 65.84 | - |
| YUV | 163.14 | 155.01 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 131 | 211 | 0.01 | 0.38 | 0 | 0.17 | 297.75 | 0.48 | 0.67 |
| Hex | D0 | 83 | D3 | 1 | 26 | 0 | 11 | 12A | 30 | 43 |
| Octal | 320 | 203 | 323 | 1 | 46 | 0 | 21 | 452 | 60 | 103 |
| Binary | 11010000 | 10000011 | 11010011 | 1 | 100110 | 0 | 10001 | 100101010 | 110000 | 1000011 |
Color Harmonies of #D083D3
Complementary color
Monochromatic Colors of #D083D3
Black with #D083D3
Text Example
Text Example
White with #D083D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D083D3; }
p { color: rgb(208,131,211); }
H1.HeaderClassName
{
color: #D083D3;
}
.AnyTagClassName
{
color: #D083D3;
}
</style>
background-color css
<style>
a { background-color: #D083D3; }
a { background-color: rgb(208,131,211); }
div.DivClassName
{
background-color: #D083D3;
}
.BgClassName
{
background-color: #D083D3;
}
</style>
border-color css
<style>
span { border-color: #D083D3; }
span { border-color: rgb(208,131,211); }
td.TdClassName
{
border-color: #D083D3;
}
.TagClassName
{
border-color: #D083D3;
}
</style>