Shades of Orchid #D083D2
Tints of Orchid #D083D2
RGB
CMYK
RGB Variations
Color information
#D083D2 (or 0xD083D2) is known color: Orchid. HEX triplet: D0, 83 and D2. RGB value is (208,131,210). Sum of RGB (Red+Green+Blue) = 208+131+210=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 131 (51.56% from 255 or 23.86% from 549); Blue value is 210 (82.42% from 255 or 38.25% from 549); Max value from RGB is 210 - color contains mainly: blue. Hex color #D083D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083D2 is #2F7C2D. Grayscale: #A2A2A2. Windows color (decimal): -3111982 or 13796304. OLE color: 13796304.
HSL color Cylindrical-coordinate representation of color #D083D2: hue angle of 298.48º 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 #D083D2 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 131 | 210 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.18 |
| HSL | 298.48º | 0.47% | 0.67% | - |
| HSV(B) | 298.48º | 0.38% | 0.82% | - |
| XYZ | 45.76 | 34.3 | 65.18 | - |
| YUV | 163.03 | 154.51 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 131 | 210 | 0.01 | 0.38 | 0 | 0.18 | 298.48 | 0.47 | 0.67 |
| Hex | D0 | 83 | D2 | 1 | 26 | 0 | 12 | 12A | 2F | 43 |
| Octal | 320 | 203 | 322 | 1 | 46 | 0 | 22 | 452 | 57 | 103 |
| Binary | 11010000 | 10000011 | 11010010 | 1 | 100110 | 0 | 10010 | 100101010 | 101111 | 1000011 |
Color Harmonies of #D083D2
Complementary color
Monochromatic Colors of #D083D2
Black with #D083D2
Text Example
Text Example
White with #D083D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D083D2; }
p { color: rgb(208,131,210); }
H1.HeaderClassName
{
color: #D083D2;
}
.AnyTagClassName
{
color: #D083D2;
}
</style>
background-color css
<style>
a { background-color: #D083D2; }
a { background-color: rgb(208,131,210); }
div.DivClassName
{
background-color: #D083D2;
}
.BgClassName
{
background-color: #D083D2;
}
</style>
border-color css
<style>
span { border-color: #D083D2; }
span { border-color: rgb(208,131,210); }
td.TdClassName
{
border-color: #D083D2;
}
.TagClassName
{
border-color: #D083D2;
}
</style>