Shades of Orchid #D37AD5
Tints of Orchid #D37AD5
RGB
CMYK
RGB Variations
Color information
#D37AD5 (or 0xD37AD5) is known color: Orchid. HEX triplet: D3, 7A and D5. RGB value is (211,122,213). Sum of RGB (Red+Green+Blue) = 211+122+213=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 122 (48.05% from 255 or 22.34% from 546); Blue value is 213 (83.59% from 255 or 39.01% from 546); Max value from RGB is 213 - color contains mainly: blue. Hex color #D37AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37AD5 is #2C852A. Grayscale: #9E9E9E. Windows color (decimal): -2917675 or 13990611. OLE color: 13990611.
HSL color Cylindrical-coordinate representation of color #D37AD5: hue angle of 298.68º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D37AD5 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 122 | 213 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.16 |
| HSL | 298.68º | 0.52% | 0.66% | - |
| HSV(B) | 298.68º | 0.43% | 0.84% | - |
| XYZ | 45.83 | 32.57 | 66.82 | - |
| YUV | 158.99 | 158.49 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 122 | 213 | 0.01 | 0.43 | 0 | 0.16 | 298.68 | 0.52 | 0.66 |
| Hex | D3 | 7A | D5 | 1 | 2B | 0 | 10 | 12B | 34 | 42 |
| Octal | 323 | 172 | 325 | 1 | 53 | 0 | 20 | 453 | 64 | 102 |
| Binary | 11010011 | 1111010 | 11010101 | 1 | 101011 | 0 | 10000 | 100101011 | 110100 | 1000010 |
Color Harmonies of #D37AD5
Complementary color
Monochromatic Colors of #D37AD5
Black with #D37AD5
Text Example
Text Example
White with #D37AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37AD5; }
p { color: rgb(211,122,213); }
H1.HeaderClassName
{
color: #D37AD5;
}
.AnyTagClassName
{
color: #D37AD5;
}
</style>
background-color css
<style>
a { background-color: #D37AD5; }
a { background-color: rgb(211,122,213); }
div.DivClassName
{
background-color: #D37AD5;
}
.BgClassName
{
background-color: #D37AD5;
}
</style>
border-color css
<style>
span { border-color: #D37AD5; }
span { border-color: rgb(211,122,213); }
td.TdClassName
{
border-color: #D37AD5;
}
.TagClassName
{
border-color: #D37AD5;
}
</style>