Shades of Medium Orchid #D33CEE
Tints of Medium Orchid #D33CEE
RGB
CMYK
RGB Variations
Color information
#D33CEE (or 0xD33CEE) is known color: Medium Orchid. HEX triplet: D3, 3C and EE. RGB value is (211,60,238). Sum of RGB (Red+Green+Blue) = 211+60+238=509 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.45% from 509); Green value is 60 (23.83% from 255 or 11.79% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #D33CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33CEE is #2CC311. Grayscale: #7C7C7C. Windows color (decimal): -2933522 or 15613139. OLE color: 15613139.
HSL color Cylindrical-coordinate representation of color #D33CEE: hue angle of 290.9º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D33CEE is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 60 | 238 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.07 |
| HSL | 290.9º | 0.84% | 0.58% | - |
| HSV(B) | 290.9º | 0.75% | 0.93% | - |
| XYZ | 43.91 | 23.25 | 83.06 | - |
| YUV | 125.44 | 191.53 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 60 | 238 | 0.11 | 0.75 | 0 | 0.07 | 290.9 | 0.84 | 0.58 |
| Hex | D3 | 3C | EE | B | 4B | 0 | 7 | 123 | 54 | 3A |
| Octal | 323 | 74 | 356 | 13 | 113 | 0 | 7 | 443 | 124 | 72 |
| Binary | 11010011 | 111100 | 11101110 | 1011 | 1001011 | 0 | 111 | 100100011 | 1010100 | 111010 |
Color Harmonies of #D33CEE
Complementary color
Monochromatic Colors of #D33CEE
Black with #D33CEE
Text Example
Text Example
White with #D33CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33CEE; }
p { color: rgb(211,60,238); }
H1.HeaderClassName
{
color: #D33CEE;
}
.AnyTagClassName
{
color: #D33CEE;
}
</style>
background-color css
<style>
a { background-color: #D33CEE; }
a { background-color: rgb(211,60,238); }
div.DivClassName
{
background-color: #D33CEE;
}
.BgClassName
{
background-color: #D33CEE;
}
</style>
border-color css
<style>
span { border-color: #D33CEE; }
span { border-color: rgb(211,60,238); }
td.TdClassName
{
border-color: #D33CEE;
}
.TagClassName
{
border-color: #D33CEE;
}
</style>