Shades of Medium Orchid #C533D3
Tints of Medium Orchid #C533D3
RGB
CMYK
RGB Variations
Color information
#C533D3 (or 0xC533D3) is known color: Medium Orchid. HEX triplet: C5, 33 and D3. RGB value is (197,51,211). Sum of RGB (Red+Green+Blue) = 197+51+211=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 51 (20.31% from 255 or 11.11% from 459); Blue value is 211 (82.81% from 255 or 45.97% from 459); Max value from RGB is 211 - color contains mainly: blue. Hex color #C533D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C533D3 is #3ACC2C. Grayscale: #707070. Windows color (decimal): -3853357 or 13841349. OLE color: 13841349.
HSL color Cylindrical-coordinate representation of color #C533D3: hue angle of 294.75º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C533D3 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 51 | 211 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.17 |
| HSL | 294.75º | 0.65% | 0.51% | - |
| HSV(B) | 294.75º | 0.76% | 0.83% | - |
| XYZ | 35.97 | 18.94 | 63.39 | - |
| YUV | 112.89 | 183.37 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 211 | 0.07 | 0.76 | 0 | 0.17 | 294.75 | 0.65 | 0.51 |
| Hex | C5 | 33 | D3 | 7 | 4C | 0 | 11 | 127 | 41 | 33 |
| Octal | 305 | 63 | 323 | 7 | 114 | 0 | 21 | 447 | 101 | 63 |
| Binary | 11000101 | 110011 | 11010011 | 111 | 1001100 | 0 | 10001 | 100100111 | 1000001 | 110011 |
Color Harmonies of #C533D3
Complementary color
Monochromatic Colors of #C533D3
Black with #C533D3
Text Example
Text Example
White with #C533D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C533D3; }
p { color: rgb(197,51,211); }
H1.HeaderClassName
{
color: #C533D3;
}
.AnyTagClassName
{
color: #C533D3;
}
</style>
background-color css
<style>
a { background-color: #C533D3; }
a { background-color: rgb(197,51,211); }
div.DivClassName
{
background-color: #C533D3;
}
.BgClassName
{
background-color: #C533D3;
}
</style>
border-color css
<style>
span { border-color: #C533D3; }
span { border-color: rgb(197,51,211); }
td.TdClassName
{
border-color: #C533D3;
}
.TagClassName
{
border-color: #C533D3;
}
</style>