Shades of Medium Orchid #C533D7
Tints of Medium Orchid #C533D7
RGB
CMYK
RGB Variations
Color information
#C533D7 (or 0xC533D7) is known color: Medium Orchid. HEX triplet: C5, 33 and D7. RGB value is (197,51,215). Sum of RGB (Red+Green+Blue) = 197+51+215=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 51 (20.31% from 255 or 11.02% from 463); Blue value is 215 (84.38% from 255 or 46.44% from 463); Max value from RGB is 215 - color contains mainly: blue. Hex color #C533D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C533D7 is #3ACC28. Grayscale: #707070. Windows color (decimal): -3853353 or 14103493. OLE color: 14103493.
HSL color Cylindrical-coordinate representation of color #C533D7: hue angle of 293.41º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C533D7 is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 51 | 215 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.16 |
| HSL | 293.41º | 0.67% | 0.52% | - |
| HSV(B) | 293.41º | 0.76% | 0.84% | - |
| XYZ | 36.48 | 19.14 | 66.06 | - |
| YUV | 113.35 | 185.37 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 215 | 0.08 | 0.76 | 0 | 0.16 | 293.41 | 0.67 | 0.52 |
| Hex | C5 | 33 | D7 | 8 | 4C | 0 | 10 | 125 | 43 | 34 |
| Octal | 305 | 63 | 327 | 10 | 114 | 0 | 20 | 445 | 103 | 64 |
| Binary | 11000101 | 110011 | 11010111 | 1000 | 1001100 | 0 | 10000 | 100100101 | 1000011 | 110100 |
Color Harmonies of #C533D7
Complementary color
Monochromatic Colors of #C533D7
Black with #C533D7
Text Example
Text Example
White with #C533D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C533D7; }
p { color: rgb(197,51,215); }
H1.HeaderClassName
{
color: #C533D7;
}
.AnyTagClassName
{
color: #C533D7;
}
</style>
background-color css
<style>
a { background-color: #C533D7; }
a { background-color: rgb(197,51,215); }
div.DivClassName
{
background-color: #C533D7;
}
.BgClassName
{
background-color: #C533D7;
}
</style>
border-color css
<style>
span { border-color: #C533D7; }
span { border-color: rgb(197,51,215); }
td.TdClassName
{
border-color: #C533D7;
}
.TagClassName
{
border-color: #C533D7;
}
</style>