Shades of Medium Orchid #D435EE
Tints of Medium Orchid #D435EE
RGB
CMYK
RGB Variations
Color information
#D435EE (or 0xD435EE) is known color: Medium Orchid. HEX triplet: D4, 35 and EE. RGB value is (212,53,238). Sum of RGB (Red+Green+Blue) = 212+53+238=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 53 (21.09% from 255 or 10.54% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #D435EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D435EE is #2BCA11. Grayscale: #797979. Windows color (decimal): -2869778 or 15611348. OLE color: 15611348.
HSL color Cylindrical-coordinate representation of color #D435EE: hue angle of 291.57º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D435EE is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 53 | 238 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.07 |
| HSL | 291.57º | 0.84% | 0.57% | - |
| HSV(B) | 291.57º | 0.78% | 0.93% | - |
| XYZ | 43.86 | 22.72 | 82.96 | - |
| YUV | 121.63 | 193.68 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 53 | 238 | 0.11 | 0.78 | 0 | 0.07 | 291.57 | 0.84 | 0.57 |
| Hex | D4 | 35 | EE | B | 4E | 0 | 7 | 124 | 54 | 39 |
| Octal | 324 | 65 | 356 | 13 | 116 | 0 | 7 | 444 | 124 | 71 |
| Binary | 11010100 | 110101 | 11101110 | 1011 | 1001110 | 0 | 111 | 100100100 | 1010100 | 111001 |
Color Harmonies of #D435EE
Complementary color
Monochromatic Colors of #D435EE
Black with #D435EE
Text Example
Text Example
White with #D435EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D435EE; }
p { color: rgb(212,53,238); }
H1.HeaderClassName
{
color: #D435EE;
}
.AnyTagClassName
{
color: #D435EE;
}
</style>
background-color css
<style>
a { background-color: #D435EE; }
a { background-color: rgb(212,53,238); }
div.DivClassName
{
background-color: #D435EE;
}
.BgClassName
{
background-color: #D435EE;
}
</style>
border-color css
<style>
span { border-color: #D435EE; }
span { border-color: rgb(212,53,238); }
td.TdClassName
{
border-color: #D435EE;
}
.TagClassName
{
border-color: #D435EE;
}
</style>