Shades of Medium Orchid #D433EF
Tints of Medium Orchid #D433EF
RGB
CMYK
RGB Variations
Color information
#D433EF (or 0xD433EF) is known color: Medium Orchid. HEX triplet: D4, 33 and EF. RGB value is (212,51,239). Sum of RGB (Red+Green+Blue) = 212+51+239=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 51 (20.31% from 255 or 10.16% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #D433EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D433EF is #2BCC10. Grayscale: #777777. Windows color (decimal): -2870289 or 15676372. OLE color: 15676372.
HSL color Cylindrical-coordinate representation of color #D433EF: hue angle of 291.38º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D433EF is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 51 | 239 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.06 |
| HSL | 291.38º | 0.85% | 0.57% | - |
| HSV(B) | 291.38º | 0.79% | 0.94% | - |
| XYZ | 43.92 | 22.6 | 83.71 | - |
| YUV | 120.57 | 194.84 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 51 | 239 | 0.11 | 0.79 | 0 | 0.06 | 291.38 | 0.85 | 0.57 |
| Hex | D4 | 33 | EF | B | 4F | 0 | 6 | 123 | 55 | 39 |
| Octal | 324 | 63 | 357 | 13 | 117 | 0 | 6 | 443 | 125 | 71 |
| Binary | 11010100 | 110011 | 11101111 | 1011 | 1001111 | 0 | 110 | 100100011 | 1010101 | 111001 |
Color Harmonies of #D433EF
Complementary color
Monochromatic Colors of #D433EF
Black with #D433EF
Text Example
Text Example
White with #D433EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D433EF; }
p { color: rgb(212,51,239); }
H1.HeaderClassName
{
color: #D433EF;
}
.AnyTagClassName
{
color: #D433EF;
}
</style>
background-color css
<style>
a { background-color: #D433EF; }
a { background-color: rgb(212,51,239); }
div.DivClassName
{
background-color: #D433EF;
}
.BgClassName
{
background-color: #D433EF;
}
</style>
border-color css
<style>
span { border-color: #D433EF; }
span { border-color: rgb(212,51,239); }
td.TdClassName
{
border-color: #D433EF;
}
.TagClassName
{
border-color: #D433EF;
}
</style>