Shades of Medium Orchid #D235E9
Tints of Medium Orchid #D235E9
RGB
CMYK
RGB Variations
Color information
#D235E9 (or 0xD235E9) is known color: Medium Orchid. HEX triplet: D2, 35 and E9. RGB value is (210,53,233). Sum of RGB (Red+Green+Blue) = 210+53+233=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 53 (21.09% from 255 or 10.69% from 496); Blue value is 233 (91.41% from 255 or 46.98% from 496); Max value from RGB is 233 - color contains mainly: blue. Hex color #D235E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D235E9 is #2DCA16. Grayscale: #777777. Windows color (decimal): -3000855 or 15283666. OLE color: 15283666.
HSL color Cylindrical-coordinate representation of color #D235E9: hue angle of 292.33º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D235E9 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 53 | 233 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.09 |
| HSL | 292.33º | 0.8% | 0.56% | - |
| HSV(B) | 292.33º | 0.77% | 0.91% | - |
| XYZ | 42.56 | 22.13 | 79.12 | - |
| YUV | 120.46 | 191.51 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 233 | 0.10 | 0.77 | 0 | 0.09 | 292.33 | 0.8 | 0.56 |
| Hex | D2 | 35 | E9 | A | 4D | 0 | 9 | 124 | 50 | 38 |
| Octal | 322 | 65 | 351 | 12 | 115 | 0 | 11 | 444 | 120 | 70 |
| Binary | 11010010 | 110101 | 11101001 | 1010 | 1001101 | 0 | 1001 | 100100100 | 1010000 | 111000 |
Color Harmonies of #D235E9
Complementary color
Monochromatic Colors of #D235E9
Black with #D235E9
Text Example
Text Example
White with #D235E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D235E9; }
p { color: rgb(210,53,233); }
H1.HeaderClassName
{
color: #D235E9;
}
.AnyTagClassName
{
color: #D235E9;
}
</style>
background-color css
<style>
a { background-color: #D235E9; }
a { background-color: rgb(210,53,233); }
div.DivClassName
{
background-color: #D235E9;
}
.BgClassName
{
background-color: #D235E9;
}
</style>
border-color css
<style>
span { border-color: #D235E9; }
span { border-color: rgb(210,53,233); }
td.TdClassName
{
border-color: #D235E9;
}
.TagClassName
{
border-color: #D235E9;
}
</style>