Shades of Medium Orchid #C533E1
Tints of Medium Orchid #C533E1
RGB
CMYK
RGB Variations
Color information
#C533E1 (or 0xC533E1) is known color: Medium Orchid. HEX triplet: C5, 33 and E1. RGB value is (197,51,225). Sum of RGB (Red+Green+Blue) = 197+51+225=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 51 (20.31% from 255 or 10.78% from 473); Blue value is 225 (88.28% from 255 or 47.57% from 473); Max value from RGB is 225 - color contains mainly: blue. Hex color #C533E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C533E1 is #3ACC1E. Grayscale: #717171. Windows color (decimal): -3853343 or 14758853. OLE color: 14758853.
HSL color Cylindrical-coordinate representation of color #C533E1: hue angle of 290.34º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C533E1 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 51 | 225 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.12 |
| HSL | 290.34º | 0.74% | 0.54% | - |
| HSV(B) | 290.34º | 0.77% | 0.88% | - |
| XYZ | 37.8 | 19.67 | 73.04 | - |
| YUV | 114.49 | 190.37 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 225 | 0.12 | 0.77 | 0 | 0.12 | 290.34 | 0.74 | 0.54 |
| Hex | C5 | 33 | E1 | C | 4D | 0 | C | 122 | 4A | 36 |
| Octal | 305 | 63 | 341 | 14 | 115 | 0 | 14 | 442 | 112 | 66 |
| Binary | 11000101 | 110011 | 11100001 | 1100 | 1001101 | 0 | 1100 | 100100010 | 1001010 | 110110 |
Color Harmonies of #C533E1
Complementary color
Monochromatic Colors of #C533E1
Black with #C533E1
Text Example
Text Example
White with #C533E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C533E1; }
p { color: rgb(197,51,225); }
H1.HeaderClassName
{
color: #C533E1;
}
.AnyTagClassName
{
color: #C533E1;
}
</style>
background-color css
<style>
a { background-color: #C533E1; }
a { background-color: rgb(197,51,225); }
div.DivClassName
{
background-color: #C533E1;
}
.BgClassName
{
background-color: #C533E1;
}
</style>
border-color css
<style>
span { border-color: #C533E1; }
span { border-color: rgb(197,51,225); }
td.TdClassName
{
border-color: #C533E1;
}
.TagClassName
{
border-color: #C533E1;
}
</style>