Shades of Medium Orchid #D235E5
Tints of Medium Orchid #D235E5
RGB
CMYK
RGB Variations
Color information
#D235E5 (or 0xD235E5) is known color: Medium Orchid. HEX triplet: D2, 35 and E5. RGB value is (210,53,229). Sum of RGB (Red+Green+Blue) = 210+53+229=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 53 (21.09% from 255 or 10.77% from 492); Blue value is 229 (89.84% from 255 or 46.54% from 492); Max value from RGB is 229 - color contains mainly: blue. Hex color #D235E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D235E5 is #2DCA1A. Grayscale: #777777. Windows color (decimal): -3000859 or 15021522. OLE color: 15021522.
HSL color Cylindrical-coordinate representation of color #D235E5: hue angle of 293.52º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D235E5 is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 53 | 229 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.10 |
| HSL | 293.52º | 0.77% | 0.55% | - |
| HSV(B) | 293.52º | 0.77% | 0.9% | - |
| XYZ | 41.99 | 21.9 | 76.14 | - |
| YUV | 120.01 | 189.51 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 229 | 0.08 | 0.77 | 0 | 0.10 | 293.52 | 0.77 | 0.55 |
| Hex | D2 | 35 | E5 | 8 | 4D | 0 | A | 126 | 4D | 37 |
| Octal | 322 | 65 | 345 | 10 | 115 | 0 | 12 | 446 | 115 | 67 |
| Binary | 11010010 | 110101 | 11100101 | 1000 | 1001101 | 0 | 1010 | 100100110 | 1001101 | 110111 |
Color Harmonies of #D235E5
Complementary color
Monochromatic Colors of #D235E5
Black with #D235E5
Text Example
Text Example
White with #D235E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D235E5; }
p { color: rgb(210,53,229); }
H1.HeaderClassName
{
color: #D235E5;
}
.AnyTagClassName
{
color: #D235E5;
}
</style>
background-color css
<style>
a { background-color: #D235E5; }
a { background-color: rgb(210,53,229); }
div.DivClassName
{
background-color: #D235E5;
}
.BgClassName
{
background-color: #D235E5;
}
</style>
border-color css
<style>
span { border-color: #D235E5; }
span { border-color: rgb(210,53,229); }
td.TdClassName
{
border-color: #D235E5;
}
.TagClassName
{
border-color: #D235E5;
}
</style>