Shades of Orchid #D583BF
Tints of Orchid #D583BF
RGB
CMYK
RGB Variations
Color information
#D583BF (or 0xD583BF) is known color: Orchid. HEX triplet: D5, 83 and BF. RGB value is (213,131,191). Sum of RGB (Red+Green+Blue) = 213+131+191=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 131 (51.56% from 255 or 24.49% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D583BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D583BF is #2A7C40. Grayscale: #A2A2A2. Windows color (decimal): -2784321 or 12551125. OLE color: 12551125.
HSL color Cylindrical-coordinate representation of color #D583BF: hue angle of 316.1º 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 #D583BF is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 131 | 191 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.16 |
| HSL | 316.1º | 0.49% | 0.67% | - |
| HSV(B) | 316.1º | 0.38% | 0.84% | - |
| XYZ | 44.96 | 34.14 | 53.51 | - |
| YUV | 162.36 | 144.17 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 131 | 191 | 0 | 0.38 | 0.10 | 0.16 | 316.1 | 0.49 | 0.67 |
| Hex | D5 | 83 | BF | 0 | 26 | A | 10 | 13C | 31 | 43 |
| Octal | 325 | 203 | 277 | 0 | 46 | 12 | 20 | 474 | 61 | 103 |
| Binary | 11010101 | 10000011 | 10111111 | 0 | 100110 | 1010 | 10000 | 100111100 | 110001 | 1000011 |
Color Harmonies of #D583BF
Complementary color
Monochromatic Colors of #D583BF
Black with #D583BF
Text Example
Text Example
White with #D583BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D583BF; }
p { color: rgb(213,131,191); }
H1.HeaderClassName
{
color: #D583BF;
}
.AnyTagClassName
{
color: #D583BF;
}
</style>
background-color css
<style>
a { background-color: #D583BF; }
a { background-color: rgb(213,131,191); }
div.DivClassName
{
background-color: #D583BF;
}
.BgClassName
{
background-color: #D583BF;
}
</style>
border-color css
<style>
span { border-color: #D583BF; }
span { border-color: rgb(213,131,191); }
td.TdClassName
{
border-color: #D583BF;
}
.TagClassName
{
border-color: #D583BF;
}
</style>