Shades of Medium Orchid #D235EB
Tints of Medium Orchid #D235EB
RGB
CMYK
RGB Variations
Color information
#D235EB (or 0xD235EB) is known color: Medium Orchid. HEX triplet: D2, 35 and EB. RGB value is (210,53,235). Sum of RGB (Red+Green+Blue) = 210+53+235=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 53 (21.09% from 255 or 10.64% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #D235EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D235EB is #2DCA14. Grayscale: #787878. Windows color (decimal): -3000853 or 15414738. OLE color: 15414738.
HSL color Cylindrical-coordinate representation of color #D235EB: hue angle of 291.76º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D235EB is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 53 | 235 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.08 |
| HSL | 291.76º | 0.82% | 0.56% | - |
| HSV(B) | 291.76º | 0.77% | 0.92% | - |
| XYZ | 42.85 | 22.25 | 80.63 | - |
| YUV | 120.69 | 192.51 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 235 | 0.11 | 0.77 | 0 | 0.08 | 291.76 | 0.82 | 0.56 |
| Hex | D2 | 35 | EB | B | 4D | 0 | 8 | 124 | 52 | 38 |
| Octal | 322 | 65 | 353 | 13 | 115 | 0 | 10 | 444 | 122 | 70 |
| Binary | 11010010 | 110101 | 11101011 | 1011 | 1001101 | 0 | 1000 | 100100100 | 1010010 | 111000 |
Color Harmonies of #D235EB
Complementary color
Monochromatic Colors of #D235EB
Black with #D235EB
Text Example
Text Example
White with #D235EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D235EB; }
p { color: rgb(210,53,235); }
H1.HeaderClassName
{
color: #D235EB;
}
.AnyTagClassName
{
color: #D235EB;
}
</style>
background-color css
<style>
a { background-color: #D235EB; }
a { background-color: rgb(210,53,235); }
div.DivClassName
{
background-color: #D235EB;
}
.BgClassName
{
background-color: #D235EB;
}
</style>
border-color css
<style>
span { border-color: #D235EB; }
span { border-color: rgb(210,53,235); }
td.TdClassName
{
border-color: #D235EB;
}
.TagClassName
{
border-color: #D235EB;
}
</style>