Shades of Medium Orchid #C532DE
Tints of Medium Orchid #C532DE
RGB
CMYK
RGB Variations
Color information
#C532DE (or 0xC532DE) is known color: Medium Orchid. HEX triplet: C5, 32 and DE. RGB value is (197,50,222). Sum of RGB (Red+Green+Blue) = 197+50+222=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 50 (19.92% from 255 or 10.66% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #C532DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C532DE is #3ACD21. Grayscale: #717171. Windows color (decimal): -3853602 or 14561989. OLE color: 14561989.
HSL color Cylindrical-coordinate representation of color #C532DE: hue angle of 291.28º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C532DE is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 50 | 222 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.13 |
| HSL | 291.28º | 0.72% | 0.53% | - |
| HSV(B) | 291.28º | 0.77% | 0.87% | - |
| XYZ | 37.35 | 19.43 | 70.89 | - |
| YUV | 113.56 | 189.2 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 222 | 0.11 | 0.77 | 0 | 0.13 | 291.28 | 0.72 | 0.53 |
| Hex | C5 | 32 | DE | B | 4D | 0 | D | 123 | 48 | 35 |
| Octal | 305 | 62 | 336 | 13 | 115 | 0 | 15 | 443 | 110 | 65 |
| Binary | 11000101 | 110010 | 11011110 | 1011 | 1001101 | 0 | 1101 | 100100011 | 1001000 | 110101 |
Color Harmonies of #C532DE
Complementary color
Monochromatic Colors of #C532DE
Black with #C532DE
Text Example
Text Example
White with #C532DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C532DE; }
p { color: rgb(197,50,222); }
H1.HeaderClassName
{
color: #C532DE;
}
.AnyTagClassName
{
color: #C532DE;
}
</style>
background-color css
<style>
a { background-color: #C532DE; }
a { background-color: rgb(197,50,222); }
div.DivClassName
{
background-color: #C532DE;
}
.BgClassName
{
background-color: #C532DE;
}
</style>
border-color css
<style>
span { border-color: #C532DE; }
span { border-color: rgb(197,50,222); }
td.TdClassName
{
border-color: #C532DE;
}
.TagClassName
{
border-color: #C532DE;
}
</style>