Shades of Medium Orchid #C033E8
Tints of Medium Orchid #C033E8
RGB
CMYK
RGB Variations
Color information
#C033E8 (or 0xC033E8) is known color: Medium Orchid. HEX triplet: C0, 33 and E8. RGB value is (192,51,232). Sum of RGB (Red+Green+Blue) = 192+51+232=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 51 (20.31% from 255 or 10.74% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 232 - color contains mainly: blue. Hex color #C033E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C033E8 is #3FCC17. Grayscale: #717171. Windows color (decimal): -4181016 or 15217600. OLE color: 15217600.
HSL color Cylindrical-coordinate representation of color #C033E8: hue angle of 286.74º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C033E8 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 51 | 232 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.09 |
| HSL | 286.74º | 0.8% | 0.55% | - |
| HSV(B) | 286.74º | 0.78% | 0.91% | - |
| XYZ | 37.49 | 19.4 | 78.11 | - |
| YUV | 113.79 | 194.71 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 232 | 0.17 | 0.78 | 0 | 0.09 | 286.74 | 0.8 | 0.55 |
| Hex | C0 | 33 | E8 | 11 | 4E | 0 | 9 | 11F | 50 | 37 |
| Octal | 300 | 63 | 350 | 21 | 116 | 0 | 11 | 437 | 120 | 67 |
| Binary | 11000000 | 110011 | 11101000 | 10001 | 1001110 | 0 | 1001 | 100011111 | 1010000 | 110111 |
Color Harmonies of #C033E8
Complementary color
Monochromatic Colors of #C033E8
Black with #C033E8
Text Example
Text Example
White with #C033E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C033E8; }
p { color: rgb(192,51,232); }
H1.HeaderClassName
{
color: #C033E8;
}
.AnyTagClassName
{
color: #C033E8;
}
</style>
background-color css
<style>
a { background-color: #C033E8; }
a { background-color: rgb(192,51,232); }
div.DivClassName
{
background-color: #C033E8;
}
.BgClassName
{
background-color: #C033E8;
}
</style>
border-color css
<style>
span { border-color: #C033E8; }
span { border-color: rgb(192,51,232); }
td.TdClassName
{
border-color: #C033E8;
}
.TagClassName
{
border-color: #C033E8;
}
</style>