Shades of Orchid #D37AE5
Tints of Orchid #D37AE5
RGB
CMYK
RGB Variations
Color information
#D37AE5 (or 0xD37AE5) is known color: Orchid. HEX triplet: D3, 7A and E5. RGB value is (211,122,229). Sum of RGB (Red+Green+Blue) = 211+122+229=562 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.54% from 562); Green value is 122 (48.05% from 255 or 21.71% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 229 - color contains mainly: blue. Hex color #D37AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37AE5 is #2C851A. Grayscale: #A0A0A0. Windows color (decimal): -2917659 or 15039187. OLE color: 15039187.
HSL color Cylindrical-coordinate representation of color #D37AE5: hue angle of 289.91º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D37AE5 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 122 | 229 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.10 |
| HSL | 289.91º | 0.67% | 0.69% | - |
| HSV(B) | 289.91º | 0.47% | 0.9% | - |
| XYZ | 47.97 | 33.43 | 78.05 | - |
| YUV | 160.81 | 166.49 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 122 | 229 | 0.08 | 0.47 | 0 | 0.10 | 289.91 | 0.67 | 0.69 |
| Hex | D3 | 7A | E5 | 8 | 2F | 0 | A | 122 | 43 | 45 |
| Octal | 323 | 172 | 345 | 10 | 57 | 0 | 12 | 442 | 103 | 105 |
| Binary | 11010011 | 1111010 | 11100101 | 1000 | 101111 | 0 | 1010 | 100100010 | 1000011 | 1000101 |
Color Harmonies of #D37AE5
Complementary color
Monochromatic Colors of #D37AE5
Black with #D37AE5
Text Example
Text Example
White with #D37AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37AE5; }
p { color: rgb(211,122,229); }
H1.HeaderClassName
{
color: #D37AE5;
}
.AnyTagClassName
{
color: #D37AE5;
}
</style>
background-color css
<style>
a { background-color: #D37AE5; }
a { background-color: rgb(211,122,229); }
div.DivClassName
{
background-color: #D37AE5;
}
.BgClassName
{
background-color: #D37AE5;
}
</style>
border-color css
<style>
span { border-color: #D37AE5; }
span { border-color: rgb(211,122,229); }
td.TdClassName
{
border-color: #D37AE5;
}
.TagClassName
{
border-color: #D37AE5;
}
</style>