Shades of Medium Orchid #D33CEA
Tints of Medium Orchid #D33CEA
RGB
CMYK
RGB Variations
Color information
#D33CEA (or 0xD33CEA) is known color: Medium Orchid. HEX triplet: D3, 3C and EA. RGB value is (211,60,234). Sum of RGB (Red+Green+Blue) = 211+60+234=505 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.78% from 505); Green value is 60 (23.83% from 255 or 11.88% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #D33CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33CEA is #2CC315. Grayscale: #7C7C7C. Windows color (decimal): -2933526 or 15350995. OLE color: 15350995.
HSL color Cylindrical-coordinate representation of color #D33CEA: hue angle of 292.07º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D33CEA is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 60 | 234 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.08 |
| HSL | 292.07º | 0.81% | 0.58% | - |
| HSV(B) | 292.07º | 0.74% | 0.92% | - |
| XYZ | 43.33 | 23.02 | 80 | - |
| YUV | 124.99 | 189.53 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 60 | 234 | 0.10 | 0.74 | 0 | 0.08 | 292.07 | 0.81 | 0.58 |
| Hex | D3 | 3C | EA | A | 4A | 0 | 8 | 124 | 51 | 3A |
| Octal | 323 | 74 | 352 | 12 | 112 | 0 | 10 | 444 | 121 | 72 |
| Binary | 11010011 | 111100 | 11101010 | 1010 | 1001010 | 0 | 1000 | 100100100 | 1010001 | 111010 |
Color Harmonies of #D33CEA
Complementary color
Monochromatic Colors of #D33CEA
Black with #D33CEA
Text Example
Text Example
White with #D33CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33CEA; }
p { color: rgb(211,60,234); }
H1.HeaderClassName
{
color: #D33CEA;
}
.AnyTagClassName
{
color: #D33CEA;
}
</style>
background-color css
<style>
a { background-color: #D33CEA; }
a { background-color: rgb(211,60,234); }
div.DivClassName
{
background-color: #D33CEA;
}
.BgClassName
{
background-color: #D33CEA;
}
</style>
border-color css
<style>
span { border-color: #D33CEA; }
span { border-color: rgb(211,60,234); }
td.TdClassName
{
border-color: #D33CEA;
}
.TagClassName
{
border-color: #D33CEA;
}
</style>