Shades of Orchid #D36BE4
Tints of Orchid #D36BE4
RGB
CMYK
RGB Variations
Color information
#D36BE4 (or 0xD36BE4) is known color: Orchid. HEX triplet: D3, 6B and E4. RGB value is (211,107,228). Sum of RGB (Red+Green+Blue) = 211+107+228=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 107 (42.19% from 255 or 19.60% from 546); Blue value is 228 (89.45% from 255 or 41.76% from 546); Max value from RGB is 228 - color contains mainly: blue. Hex color #D36BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36BE4 is #2C941B. Grayscale: #979797. Windows color (decimal): -2921500 or 14969811. OLE color: 14969811.
HSL color Cylindrical-coordinate representation of color #D36BE4: hue angle of 291.57º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D36BE4 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 107 | 228 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.11 |
| HSL | 291.57º | 0.69% | 0.66% | - |
| HSV(B) | 291.57º | 0.53% | 0.89% | - |
| XYZ | 46.13 | 29.97 | 76.75 | - |
| YUV | 151.89 | 170.96 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 107 | 228 | 0.07 | 0.53 | 0 | 0.11 | 291.57 | 0.69 | 0.66 |
| Hex | D3 | 6B | E4 | 7 | 35 | 0 | B | 124 | 45 | 42 |
| Octal | 323 | 153 | 344 | 7 | 65 | 0 | 13 | 444 | 105 | 102 |
| Binary | 11010011 | 1101011 | 11100100 | 111 | 110101 | 0 | 1011 | 100100100 | 1000101 | 1000010 |
Color Harmonies of #D36BE4
Complementary color
Monochromatic Colors of #D36BE4
Black with #D36BE4
Text Example
Text Example
White with #D36BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36BE4; }
p { color: rgb(211,107,228); }
H1.HeaderClassName
{
color: #D36BE4;
}
.AnyTagClassName
{
color: #D36BE4;
}
</style>
background-color css
<style>
a { background-color: #D36BE4; }
a { background-color: rgb(211,107,228); }
div.DivClassName
{
background-color: #D36BE4;
}
.BgClassName
{
background-color: #D36BE4;
}
</style>
border-color css
<style>
span { border-color: #D36BE4; }
span { border-color: rgb(211,107,228); }
td.TdClassName
{
border-color: #D36BE4;
}
.TagClassName
{
border-color: #D36BE4;
}
</style>