Shades of Orchid #D36BE1
Tints of Orchid #D36BE1
RGB
CMYK
RGB Variations
Color information
#D36BE1 (or 0xD36BE1) is known color: Orchid. HEX triplet: D3, 6B and E1. RGB value is (211,107,225). Sum of RGB (Red+Green+Blue) = 211+107+225=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 107 (42.19% from 255 or 19.71% from 543); Blue value is 225 (88.28% from 255 or 41.44% from 543); Max value from RGB is 225 - color contains mainly: blue. Hex color #D36BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36BE1 is #2C941E. Grayscale: #979797. Windows color (decimal): -2921503 or 14773203. OLE color: 14773203.
HSL color Cylindrical-coordinate representation of color #D36BE1: hue angle of 292.88º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D36BE1 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 107 | 225 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.12 |
| HSL | 292.88º | 0.66% | 0.65% | - |
| HSV(B) | 292.88º | 0.52% | 0.88% | - |
| XYZ | 45.71 | 29.8 | 74.58 | - |
| YUV | 151.55 | 169.46 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 107 | 225 | 0.06 | 0.52 | 0 | 0.12 | 292.88 | 0.66 | 0.65 |
| Hex | D3 | 6B | E1 | 6 | 34 | 0 | C | 125 | 42 | 41 |
| Octal | 323 | 153 | 341 | 6 | 64 | 0 | 14 | 445 | 102 | 101 |
| Binary | 11010011 | 1101011 | 11100001 | 110 | 110100 | 0 | 1100 | 100100101 | 1000010 | 1000001 |
Color Harmonies of #D36BE1
Complementary color
Monochromatic Colors of #D36BE1
Black with #D36BE1
Text Example
Text Example
White with #D36BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36BE1; }
p { color: rgb(211,107,225); }
H1.HeaderClassName
{
color: #D36BE1;
}
.AnyTagClassName
{
color: #D36BE1;
}
</style>
background-color css
<style>
a { background-color: #D36BE1; }
a { background-color: rgb(211,107,225); }
div.DivClassName
{
background-color: #D36BE1;
}
.BgClassName
{
background-color: #D36BE1;
}
</style>
border-color css
<style>
span { border-color: #D36BE1; }
span { border-color: rgb(211,107,225); }
td.TdClassName
{
border-color: #D36BE1;
}
.TagClassName
{
border-color: #D36BE1;
}
</style>