Shades of Medium Orchid #C532DC
Tints of Medium Orchid #C532DC
RGB
CMYK
RGB Variations
Color information
#C532DC (or 0xC532DC) is known color: Medium Orchid. HEX triplet: C5, 32 and DC. RGB value is (197,50,220). Sum of RGB (Red+Green+Blue) = 197+50+220=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 50 (19.92% from 255 or 10.71% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #C532DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C532DC is #3ACD23. Grayscale: #707070. Windows color (decimal): -3853604 or 14430917. OLE color: 14430917.
HSL color Cylindrical-coordinate representation of color #C532DC: hue angle of 291.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C532DC is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 50 | 220 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.14 |
| HSL | 291.88º | 0.71% | 0.53% | - |
| HSV(B) | 291.88º | 0.77% | 0.86% | - |
| XYZ | 37.08 | 19.32 | 69.48 | - |
| YUV | 113.33 | 188.2 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 220 | 0.10 | 0.77 | 0 | 0.14 | 291.88 | 0.71 | 0.53 |
| Hex | C5 | 32 | DC | A | 4D | 0 | E | 124 | 47 | 35 |
| Octal | 305 | 62 | 334 | 12 | 115 | 0 | 16 | 444 | 107 | 65 |
| Binary | 11000101 | 110010 | 11011100 | 1010 | 1001101 | 0 | 1110 | 100100100 | 1000111 | 110101 |
Color Harmonies of #C532DC
Complementary color
Monochromatic Colors of #C532DC
Black with #C532DC
Text Example
Text Example
White with #C532DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C532DC; }
p { color: rgb(197,50,220); }
H1.HeaderClassName
{
color: #C532DC;
}
.AnyTagClassName
{
color: #C532DC;
}
</style>
background-color css
<style>
a { background-color: #C532DC; }
a { background-color: rgb(197,50,220); }
div.DivClassName
{
background-color: #C532DC;
}
.BgClassName
{
background-color: #C532DC;
}
</style>
border-color css
<style>
span { border-color: #C532DC; }
span { border-color: rgb(197,50,220); }
td.TdClassName
{
border-color: #C532DC;
}
.TagClassName
{
border-color: #C532DC;
}
</style>