Shades of Medium Orchid #D333E6
Tints of Medium Orchid #D333E6
RGB
CMYK
RGB Variations
Color information
#D333E6 (or 0xD333E6) is known color: Medium Orchid. HEX triplet: D3, 33 and E6. RGB value is (211,51,230). Sum of RGB (Red+Green+Blue) = 211+51+230=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 51 (20.31% from 255 or 10.37% from 492); Blue value is 230 (90.23% from 255 or 46.75% from 492); Max value from RGB is 230 - color contains mainly: blue. Hex color #D333E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D333E6 is #2CCC19. Grayscale: #767676. Windows color (decimal): -2935834 or 15086547. OLE color: 15086547.
HSL color Cylindrical-coordinate representation of color #D333E6: hue angle of 293.63º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D333E6 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 51 | 230 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.10 |
| HSL | 293.63º | 0.78% | 0.55% | - |
| HSV(B) | 293.63º | 0.78% | 0.9% | - |
| XYZ | 42.33 | 21.93 | 76.86 | - |
| YUV | 119.25 | 190.51 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 51 | 230 | 0.08 | 0.78 | 0 | 0.10 | 293.63 | 0.78 | 0.55 |
| Hex | D3 | 33 | E6 | 8 | 4E | 0 | A | 126 | 4E | 37 |
| Octal | 323 | 63 | 346 | 10 | 116 | 0 | 12 | 446 | 116 | 67 |
| Binary | 11010011 | 110011 | 11100110 | 1000 | 1001110 | 0 | 1010 | 100100110 | 1001110 | 110111 |
Color Harmonies of #D333E6
Complementary color
Monochromatic Colors of #D333E6
Black with #D333E6
Text Example
Text Example
White with #D333E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D333E6; }
p { color: rgb(211,51,230); }
H1.HeaderClassName
{
color: #D333E6;
}
.AnyTagClassName
{
color: #D333E6;
}
</style>
background-color css
<style>
a { background-color: #D333E6; }
a { background-color: rgb(211,51,230); }
div.DivClassName
{
background-color: #D333E6;
}
.BgClassName
{
background-color: #D333E6;
}
</style>
border-color css
<style>
span { border-color: #D333E6; }
span { border-color: rgb(211,51,230); }
td.TdClassName
{
border-color: #D333E6;
}
.TagClassName
{
border-color: #D333E6;
}
</style>