Shades of Medium Orchid #C532DA
Tints of Medium Orchid #C532DA
RGB
CMYK
RGB Variations
Color information
#C532DA (or 0xC532DA) is known color: Medium Orchid. HEX triplet: C5, 32 and DA. RGB value is (197,50,218). Sum of RGB (Red+Green+Blue) = 197+50+218=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 50 (19.92% from 255 or 10.75% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #C532DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C532DA is #3ACD25. Grayscale: #707070. Windows color (decimal): -3853606 or 14299845. OLE color: 14299845.
HSL color Cylindrical-coordinate representation of color #C532DA: hue angle of 292.5º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C532DA is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 50 | 218 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.15 |
| HSL | 292.5º | 0.69% | 0.53% | - |
| HSV(B) | 292.5º | 0.77% | 0.85% | - |
| XYZ | 36.82 | 19.21 | 68.1 | - |
| YUV | 113.11 | 187.2 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 218 | 0.10 | 0.77 | 0 | 0.15 | 292.5 | 0.69 | 0.53 |
| Hex | C5 | 32 | DA | A | 4D | 0 | F | 124 | 45 | 35 |
| Octal | 305 | 62 | 332 | 12 | 115 | 0 | 17 | 444 | 105 | 65 |
| Binary | 11000101 | 110010 | 11011010 | 1010 | 1001101 | 0 | 1111 | 100100100 | 1000101 | 110101 |
Color Harmonies of #C532DA
Complementary color
Monochromatic Colors of #C532DA
Black with #C532DA
Text Example
Text Example
White with #C532DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C532DA; }
p { color: rgb(197,50,218); }
H1.HeaderClassName
{
color: #C532DA;
}
.AnyTagClassName
{
color: #C532DA;
}
</style>
background-color css
<style>
a { background-color: #C532DA; }
a { background-color: rgb(197,50,218); }
div.DivClassName
{
background-color: #C532DA;
}
.BgClassName
{
background-color: #C532DA;
}
</style>
border-color css
<style>
span { border-color: #C532DA; }
span { border-color: rgb(197,50,218); }
td.TdClassName
{
border-color: #C532DA;
}
.TagClassName
{
border-color: #C532DA;
}
</style>