Shades of Orchid #D36AE5
Tints of Orchid #D36AE5
RGB
CMYK
RGB Variations
Color information
#D36AE5 (or 0xD36AE5) is known color: Orchid. HEX triplet: D3, 6A and E5. RGB value is (211,106,229). Sum of RGB (Red+Green+Blue) = 211+106+229=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 106 (41.80% from 255 or 19.41% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #D36AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36AE5 is #2C951A. Grayscale: #979797. Windows color (decimal): -2921755 or 15035091. OLE color: 15035091.
HSL color Cylindrical-coordinate representation of color #D36AE5: hue angle of 291.22º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D36AE5 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 106 | 229 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.10 |
| HSL | 291.22º | 0.7% | 0.66% | - |
| HSV(B) | 291.22º | 0.54% | 0.9% | - |
| XYZ | 46.16 | 29.81 | 77.45 | - |
| YUV | 151.42 | 171.79 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 106 | 229 | 0.08 | 0.54 | 0 | 0.10 | 291.22 | 0.7 | 0.66 |
| Hex | D3 | 6A | E5 | 8 | 36 | 0 | A | 123 | 46 | 42 |
| Octal | 323 | 152 | 345 | 10 | 66 | 0 | 12 | 443 | 106 | 102 |
| Binary | 11010011 | 1101010 | 11100101 | 1000 | 110110 | 0 | 1010 | 100100011 | 1000110 | 1000010 |
Color Harmonies of #D36AE5
Complementary color
Monochromatic Colors of #D36AE5
Black with #D36AE5
Text Example
Text Example
White with #D36AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36AE5; }
p { color: rgb(211,106,229); }
H1.HeaderClassName
{
color: #D36AE5;
}
.AnyTagClassName
{
color: #D36AE5;
}
</style>
background-color css
<style>
a { background-color: #D36AE5; }
a { background-color: rgb(211,106,229); }
div.DivClassName
{
background-color: #D36AE5;
}
.BgClassName
{
background-color: #D36AE5;
}
</style>
border-color css
<style>
span { border-color: #D36AE5; }
span { border-color: rgb(211,106,229); }
td.TdClassName
{
border-color: #D36AE5;
}
.TagClassName
{
border-color: #D36AE5;
}
</style>