Shades of Medium Orchid #D330E5
Tints of Medium Orchid #D330E5
RGB
CMYK
RGB Variations
Color information
#D330E5 (or 0xD330E5) is known color: Medium Orchid. HEX triplet: D3, 30 and E5. RGB value is (211,48,229). Sum of RGB (Red+Green+Blue) = 211+48+229=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 48 (19.14% from 255 or 9.84% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 229 - color contains mainly: blue. Hex color #D330E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D330E5 is #2CCF1A. Grayscale: #747474. Windows color (decimal): -2936603 or 15020243. OLE color: 15020243.
HSL color Cylindrical-coordinate representation of color #D330E5: hue angle of 294.03º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D330E5 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 48 | 229 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.10 |
| HSL | 294.03º | 0.78% | 0.54% | - |
| HSV(B) | 294.03º | 0.79% | 0.9% | - |
| XYZ | 42.06 | 21.62 | 76.08 | - |
| YUV | 117.37 | 191 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 48 | 229 | 0.08 | 0.79 | 0 | 0.10 | 294.03 | 0.78 | 0.54 |
| Hex | D3 | 30 | E5 | 8 | 4F | 0 | A | 126 | 4E | 36 |
| Octal | 323 | 60 | 345 | 10 | 117 | 0 | 12 | 446 | 116 | 66 |
| Binary | 11010011 | 110000 | 11100101 | 1000 | 1001111 | 0 | 1010 | 100100110 | 1001110 | 110110 |
Color Harmonies of #D330E5
Complementary color
Monochromatic Colors of #D330E5
Black with #D330E5
Text Example
Text Example
White with #D330E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D330E5; }
p { color: rgb(211,48,229); }
H1.HeaderClassName
{
color: #D330E5;
}
.AnyTagClassName
{
color: #D330E5;
}
</style>
background-color css
<style>
a { background-color: #D330E5; }
a { background-color: rgb(211,48,229); }
div.DivClassName
{
background-color: #D330E5;
}
.BgClassName
{
background-color: #D330E5;
}
</style>
border-color css
<style>
span { border-color: #D330E5; }
span { border-color: rgb(211,48,229); }
td.TdClassName
{
border-color: #D330E5;
}
.TagClassName
{
border-color: #D330E5;
}
</style>