Shades of Medium Orchid #D330EB
Tints of Medium Orchid #D330EB
RGB
CMYK
RGB Variations
Color information
#D330EB (or 0xD330EB) is known color: Medium Orchid. HEX triplet: D3, 30 and EB. RGB value is (211,48,235). Sum of RGB (Red+Green+Blue) = 211+48+235=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 48 (19.14% from 255 or 9.72% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #D330EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D330EB is #2CCF14. Grayscale: #757575. Windows color (decimal): -2936597 or 15413459. OLE color: 15413459.
HSL color Cylindrical-coordinate representation of color #D330EB: hue angle of 292.3º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D330EB is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 48 | 235 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.08 |
| HSL | 292.3º | 0.82% | 0.55% | - |
| HSV(B) | 292.3º | 0.8% | 0.92% | - |
| XYZ | 42.92 | 21.96 | 80.57 | - |
| YUV | 118.06 | 194 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 48 | 235 | 0.10 | 0.80 | 0 | 0.08 | 292.3 | 0.82 | 0.55 |
| Hex | D3 | 30 | EB | A | 50 | 0 | 8 | 124 | 52 | 37 |
| Octal | 323 | 60 | 353 | 12 | 120 | 0 | 10 | 444 | 122 | 67 |
| Binary | 11010011 | 110000 | 11101011 | 1010 | 1010000 | 0 | 1000 | 100100100 | 1010010 | 110111 |
Color Harmonies of #D330EB
Complementary color
Monochromatic Colors of #D330EB
Black with #D330EB
Text Example
Text Example
White with #D330EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D330EB; }
p { color: rgb(211,48,235); }
H1.HeaderClassName
{
color: #D330EB;
}
.AnyTagClassName
{
color: #D330EB;
}
</style>
background-color css
<style>
a { background-color: #D330EB; }
a { background-color: rgb(211,48,235); }
div.DivClassName
{
background-color: #D330EB;
}
.BgClassName
{
background-color: #D330EB;
}
</style>
border-color css
<style>
span { border-color: #D330EB; }
span { border-color: rgb(211,48,235); }
td.TdClassName
{
border-color: #D330EB;
}
.TagClassName
{
border-color: #D330EB;
}
</style>