Shades of Medium Orchid #CD33EC
Tints of Medium Orchid #CD33EC
RGB
CMYK
RGB Variations
Color information
#CD33EC (or 0xCD33EC) is known color: Medium Orchid. HEX triplet: CD, 33 and EC. RGB value is (205,51,236). Sum of RGB (Red+Green+Blue) = 205+51+236=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 51 (20.31% from 255 or 10.37% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD33EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD33EC is #32CC13. Grayscale: #757575. Windows color (decimal): -3329044 or 15479757. OLE color: 15479757.
HSL color Cylindrical-coordinate representation of color #CD33EC: hue angle of 289.95º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD33EC is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 51 | 236 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.07 |
| HSL | 289.95º | 0.83% | 0.56% | - |
| HSV(B) | 289.95º | 0.78% | 0.93% | - |
| XYZ | 41.5 | 21.4 | 81.3 | - |
| YUV | 118.14 | 194.52 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 51 | 236 | 0.13 | 0.78 | 0 | 0.07 | 289.95 | 0.83 | 0.56 |
| Hex | CD | 33 | EC | D | 4E | 0 | 7 | 122 | 53 | 38 |
| Octal | 315 | 63 | 354 | 15 | 116 | 0 | 7 | 442 | 123 | 70 |
| Binary | 11001101 | 110011 | 11101100 | 1101 | 1001110 | 0 | 111 | 100100010 | 1010011 | 111000 |
Color Harmonies of #CD33EC
Complementary color
Monochromatic Colors of #CD33EC
Black with #CD33EC
Text Example
Text Example
White with #CD33EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD33EC; }
p { color: rgb(205,51,236); }
H1.HeaderClassName
{
color: #CD33EC;
}
.AnyTagClassName
{
color: #CD33EC;
}
</style>
background-color css
<style>
a { background-color: #CD33EC; }
a { background-color: rgb(205,51,236); }
div.DivClassName
{
background-color: #CD33EC;
}
.BgClassName
{
background-color: #CD33EC;
}
</style>
border-color css
<style>
span { border-color: #CD33EC; }
span { border-color: rgb(205,51,236); }
td.TdClassName
{
border-color: #CD33EC;
}
.TagClassName
{
border-color: #CD33EC;
}
</style>