Shades of Medium Orchid #C533ED
Tints of Medium Orchid #C533ED
RGB
CMYK
RGB Variations
Color information
#C533ED (or 0xC533ED) is known color: Medium Orchid. HEX triplet: C5, 33 and ED. RGB value is (197,51,237). Sum of RGB (Red+Green+Blue) = 197+51+237=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 51 (20.31% from 255 or 10.52% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #C533ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C533ED is #3ACC12. Grayscale: #737373. Windows color (decimal): -3853331 or 15545285. OLE color: 15545285.
HSL color Cylindrical-coordinate representation of color #C533ED: hue angle of 287.1º degrees, saturation: 0.84, 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 #C533ED is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 51 | 237 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.07 |
| HSL | 287.1º | 0.84% | 0.56% | - |
| HSV(B) | 287.1º | 0.78% | 0.93% | - |
| XYZ | 39.5 | 20.35 | 81.97 | - |
| YUV | 115.86 | 196.37 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 237 | 0.17 | 0.78 | 0 | 0.07 | 287.1 | 0.84 | 0.56 |
| Hex | C5 | 33 | ED | 11 | 4E | 0 | 7 | 11F | 54 | 38 |
| Octal | 305 | 63 | 355 | 21 | 116 | 0 | 7 | 437 | 124 | 70 |
| Binary | 11000101 | 110011 | 11101101 | 10001 | 1001110 | 0 | 111 | 100011111 | 1010100 | 111000 |
Color Harmonies of #C533ED
Complementary color
Monochromatic Colors of #C533ED
Black with #C533ED
Text Example
Text Example
White with #C533ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C533ED; }
p { color: rgb(197,51,237); }
H1.HeaderClassName
{
color: #C533ED;
}
.AnyTagClassName
{
color: #C533ED;
}
</style>
background-color css
<style>
a { background-color: #C533ED; }
a { background-color: rgb(197,51,237); }
div.DivClassName
{
background-color: #C533ED;
}
.BgClassName
{
background-color: #C533ED;
}
</style>
border-color css
<style>
span { border-color: #C533ED; }
span { border-color: rgb(197,51,237); }
td.TdClassName
{
border-color: #C533ED;
}
.TagClassName
{
border-color: #C533ED;
}
</style>