Shades of Medium Orchid #C532D4
Tints of Medium Orchid #C532D4
RGB
CMYK
RGB Variations
Color information
#C532D4 (or 0xC532D4) is known color: Medium Orchid. HEX triplet: C5, 32 and D4. RGB value is (197,50,212). Sum of RGB (Red+Green+Blue) = 197+50+212=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 50 (19.92% from 255 or 10.89% from 459); Blue value is 212 (83.20% from 255 or 46.19% from 459); Max value from RGB is 212 - color contains mainly: blue. Hex color #C532D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C532D4 is #3ACD2B. Grayscale: #6F6F6F. Windows color (decimal): -3853612 or 13906629. OLE color: 13906629.
HSL color Cylindrical-coordinate representation of color #C532D4: hue angle of 294.44º 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 #C532D4 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 50 | 212 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.17 |
| HSL | 294.44º | 0.65% | 0.51% | - |
| HSV(B) | 294.44º | 0.76% | 0.83% | - |
| XYZ | 36.05 | 18.9 | 64.04 | - |
| YUV | 112.42 | 184.2 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 212 | 0.07 | 0.76 | 0 | 0.17 | 294.44 | 0.65 | 0.51 |
| Hex | C5 | 32 | D4 | 7 | 4C | 0 | 11 | 126 | 41 | 33 |
| Octal | 305 | 62 | 324 | 7 | 114 | 0 | 21 | 446 | 101 | 63 |
| Binary | 11000101 | 110010 | 11010100 | 111 | 1001100 | 0 | 10001 | 100100110 | 1000001 | 110011 |
Color Harmonies of #C532D4
Complementary color
Monochromatic Colors of #C532D4
Black with #C532D4
Text Example
Text Example
White with #C532D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C532D4; }
p { color: rgb(197,50,212); }
H1.HeaderClassName
{
color: #C532D4;
}
.AnyTagClassName
{
color: #C532D4;
}
</style>
background-color css
<style>
a { background-color: #C532D4; }
a { background-color: rgb(197,50,212); }
div.DivClassName
{
background-color: #C532D4;
}
.BgClassName
{
background-color: #C532D4;
}
</style>
border-color css
<style>
span { border-color: #C532D4; }
span { border-color: rgb(197,50,212); }
td.TdClassName
{
border-color: #C532D4;
}
.TagClassName
{
border-color: #C532D4;
}
</style>