Shades of Medium Orchid #C033EE
Tints of Medium Orchid #C033EE
RGB
CMYK
RGB Variations
Color information
#C033EE (or 0xC033EE) is known color: Medium Orchid. HEX triplet: C0, 33 and EE. RGB value is (192,51,238). Sum of RGB (Red+Green+Blue) = 192+51+238=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 51 (20.31% from 255 or 10.60% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #C033EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C033EE is #3FCC11. Grayscale: #717171. Windows color (decimal): -4181010 or 15610816. OLE color: 15610816.
HSL color Cylindrical-coordinate representation of color #C033EE: hue angle of 285.24º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C033EE is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 51 | 238 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.07 |
| HSL | 285.24º | 0.85% | 0.57% | - |
| HSV(B) | 285.24º | 0.79% | 0.93% | - |
| XYZ | 38.35 | 19.75 | 82.68 | - |
| YUV | 114.48 | 197.71 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 238 | 0.19 | 0.79 | 0 | 0.07 | 285.24 | 0.85 | 0.57 |
| Hex | C0 | 33 | EE | 13 | 4F | 0 | 7 | 11D | 55 | 39 |
| Octal | 300 | 63 | 356 | 23 | 117 | 0 | 7 | 435 | 125 | 71 |
| Binary | 11000000 | 110011 | 11101110 | 10011 | 1001111 | 0 | 111 | 100011101 | 1010101 | 111001 |
Color Harmonies of #C033EE
Complementary color
Monochromatic Colors of #C033EE
Black with #C033EE
Text Example
Text Example
White with #C033EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C033EE; }
p { color: rgb(192,51,238); }
H1.HeaderClassName
{
color: #C033EE;
}
.AnyTagClassName
{
color: #C033EE;
}
</style>
background-color css
<style>
a { background-color: #C033EE; }
a { background-color: rgb(192,51,238); }
div.DivClassName
{
background-color: #C033EE;
}
.BgClassName
{
background-color: #C033EE;
}
</style>
border-color css
<style>
span { border-color: #C033EE; }
span { border-color: rgb(192,51,238); }
td.TdClassName
{
border-color: #C033EE;
}
.TagClassName
{
border-color: #C033EE;
}
</style>