Shades of Medium Orchid #C533EC
Tints of Medium Orchid #C533EC
RGB
CMYK
RGB Variations
Color information
#C533EC (or 0xC533EC) is known color: Medium Orchid. HEX triplet: C5, 33 and EC. RGB value is (197,51,236). Sum of RGB (Red+Green+Blue) = 197+51+236=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 51 (20.31% from 255 or 10.54% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #C533EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C533EC is #3ACC13. Grayscale: #737373. Windows color (decimal): -3853332 or 15479749. OLE color: 15479749.
HSL color Cylindrical-coordinate representation of color #C533EC: hue angle of 287.35º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C533EC is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 51 | 236 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.07 |
| HSL | 287.35º | 0.83% | 0.56% | - |
| HSV(B) | 287.35º | 0.78% | 0.93% | - |
| XYZ | 39.35 | 20.29 | 81.2 | - |
| YUV | 115.74 | 195.87 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 236 | 0.17 | 0.78 | 0 | 0.07 | 287.35 | 0.83 | 0.56 |
| Hex | C5 | 33 | EC | 11 | 4E | 0 | 7 | 11F | 53 | 38 |
| Octal | 305 | 63 | 354 | 21 | 116 | 0 | 7 | 437 | 123 | 70 |
| Binary | 11000101 | 110011 | 11101100 | 10001 | 1001110 | 0 | 111 | 100011111 | 1010011 | 111000 |
Color Harmonies of #C533EC
Complementary color
Monochromatic Colors of #C533EC
Black with #C533EC
Text Example
Text Example
White with #C533EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C533EC; }
p { color: rgb(197,51,236); }
H1.HeaderClassName
{
color: #C533EC;
}
.AnyTagClassName
{
color: #C533EC;
}
</style>
background-color css
<style>
a { background-color: #C533EC; }
a { background-color: rgb(197,51,236); }
div.DivClassName
{
background-color: #C533EC;
}
.BgClassName
{
background-color: #C533EC;
}
</style>
border-color css
<style>
span { border-color: #C533EC; }
span { border-color: rgb(197,51,236); }
td.TdClassName
{
border-color: #C533EC;
}
.TagClassName
{
border-color: #C533EC;
}
</style>