Shades of Medium Orchid #C533EA
Tints of Medium Orchid #C533EA
RGB
CMYK
RGB Variations
Color information
#C533EA (or 0xC533EA) is known color: Medium Orchid. HEX triplet: C5, 33 and EA. RGB value is (197,51,234). Sum of RGB (Red+Green+Blue) = 197+51+234=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 51 (20.31% from 255 or 10.58% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #C533EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C533EA is #3ACC15. Grayscale: #727272. Windows color (decimal): -3853334 or 15348677. OLE color: 15348677.
HSL color Cylindrical-coordinate representation of color #C533EA: hue angle of 287.87º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C533EA is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 51 | 234 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.08 |
| HSL | 287.87º | 0.81% | 0.56% | - |
| HSV(B) | 287.87º | 0.78% | 0.92% | - |
| XYZ | 39.06 | 20.18 | 79.68 | - |
| YUV | 115.52 | 194.87 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 234 | 0.16 | 0.78 | 0 | 0.08 | 287.87 | 0.81 | 0.56 |
| Hex | C5 | 33 | EA | 10 | 4E | 0 | 8 | 120 | 51 | 38 |
| Octal | 305 | 63 | 352 | 20 | 116 | 0 | 10 | 440 | 121 | 70 |
| Binary | 11000101 | 110011 | 11101010 | 10000 | 1001110 | 0 | 1000 | 100100000 | 1010001 | 111000 |
Color Harmonies of #C533EA
Complementary color
Monochromatic Colors of #C533EA
Black with #C533EA
Text Example
Text Example
White with #C533EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C533EA; }
p { color: rgb(197,51,234); }
H1.HeaderClassName
{
color: #C533EA;
}
.AnyTagClassName
{
color: #C533EA;
}
</style>
background-color css
<style>
a { background-color: #C533EA; }
a { background-color: rgb(197,51,234); }
div.DivClassName
{
background-color: #C533EA;
}
.BgClassName
{
background-color: #C533EA;
}
</style>
border-color css
<style>
span { border-color: #C533EA; }
span { border-color: rgb(197,51,234); }
td.TdClassName
{
border-color: #C533EA;
}
.TagClassName
{
border-color: #C533EA;
}
</style>