Shades of Orchid #D083BF
Tints of Orchid #D083BF
RGB
CMYK
RGB Variations
Color information
#D083BF (or 0xD083BF) is known color: Orchid. HEX triplet: D0, 83 and BF. RGB value is (208,131,191). Sum of RGB (Red+Green+Blue) = 208+131+191=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 131 (51.56% from 255 or 24.72% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 208 - color contains mainly: red. Hex color #D083BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083BF is #2F7C40. Grayscale: #A0A0A0. Windows color (decimal): -3112001 or 12551120. OLE color: 12551120.
HSL color Cylindrical-coordinate representation of color #D083BF: hue angle of 313.25º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D083BF is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 131 | 191 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.18 |
| HSL | 313.25º | 0.45% | 0.66% | - |
| HSV(B) | 313.25º | 0.37% | 0.82% | - |
| XYZ | 43.53 | 33.4 | 53.44 | - |
| YUV | 160.86 | 145.01 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 131 | 191 | 0 | 0.37 | 0.08 | 0.18 | 313.25 | 0.45 | 0.66 |
| Hex | D0 | 83 | BF | 0 | 25 | 8 | 12 | 139 | 2D | 42 |
| Octal | 320 | 203 | 277 | 0 | 45 | 10 | 22 | 471 | 55 | 102 |
| Binary | 11010000 | 10000011 | 10111111 | 0 | 100101 | 1000 | 10010 | 100111001 | 101101 | 1000010 |
Color Harmonies of #D083BF
Complementary color
Monochromatic Colors of #D083BF
Black with #D083BF
Text Example
Text Example
White with #D083BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D083BF; }
p { color: rgb(208,131,191); }
H1.HeaderClassName
{
color: #D083BF;
}
.AnyTagClassName
{
color: #D083BF;
}
</style>
background-color css
<style>
a { background-color: #D083BF; }
a { background-color: rgb(208,131,191); }
div.DivClassName
{
background-color: #D083BF;
}
.BgClassName
{
background-color: #D083BF;
}
</style>
border-color css
<style>
span { border-color: #D083BF; }
span { border-color: rgb(208,131,191); }
td.TdClassName
{
border-color: #D083BF;
}
.TagClassName
{
border-color: #D083BF;
}
</style>