Shades of Medium Orchid #C33EE0
Tints of Medium Orchid #C33EE0
RGB
CMYK
RGB Variations
Color information
#C33EE0 (or 0xC33EE0) is known color: Medium Orchid. HEX triplet: C3, 3E and E0. RGB value is (195,62,224). Sum of RGB (Red+Green+Blue) = 195+62+224=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 62 (24.61% from 255 or 12.89% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 224 - color contains mainly: blue. Hex color #C33EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33EE0 is #3CC11F. Grayscale: #777777. Windows color (decimal): -3981600 or 14696131. OLE color: 14696131.
HSL color Cylindrical-coordinate representation of color #C33EE0: hue angle of 289.26º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33EE0 is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 62 | 224 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.12 |
| HSL | 289.26º | 0.72% | 0.56% | - |
| HSV(B) | 289.26º | 0.72% | 0.88% | - |
| XYZ | 37.68 | 20.43 | 72.48 | - |
| YUV | 120.24 | 186.56 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 62 | 224 | 0.13 | 0.72 | 0 | 0.12 | 289.26 | 0.72 | 0.56 |
| Hex | C3 | 3E | E0 | D | 48 | 0 | C | 121 | 48 | 38 |
| Octal | 303 | 76 | 340 | 15 | 110 | 0 | 14 | 441 | 110 | 70 |
| Binary | 11000011 | 111110 | 11100000 | 1101 | 1001000 | 0 | 1100 | 100100001 | 1001000 | 111000 |
Color Harmonies of #C33EE0
Complementary color
Monochromatic Colors of #C33EE0
Black with #C33EE0
Text Example
Text Example
White with #C33EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33EE0; }
p { color: rgb(195,62,224); }
H1.HeaderClassName
{
color: #C33EE0;
}
.AnyTagClassName
{
color: #C33EE0;
}
</style>
background-color css
<style>
a { background-color: #C33EE0; }
a { background-color: rgb(195,62,224); }
div.DivClassName
{
background-color: #C33EE0;
}
.BgClassName
{
background-color: #C33EE0;
}
</style>
border-color css
<style>
span { border-color: #C33EE0; }
span { border-color: rgb(195,62,224); }
td.TdClassName
{
border-color: #C33EE0;
}
.TagClassName
{
border-color: #C33EE0;
}
</style>