Shades of Medium Orchid #C432ED
Tints of Medium Orchid #C432ED
RGB
CMYK
RGB Variations
Color information
#C432ED (or 0xC432ED) is known color: Medium Orchid. HEX triplet: C4, 32 and ED. RGB value is (196,50,237). Sum of RGB (Red+Green+Blue) = 196+50+237=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 50 (19.92% from 255 or 10.35% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #C432ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C432ED is #3BCD12. Grayscale: #727272. Windows color (decimal): -3919123 or 15545028. OLE color: 15545028.
HSL color Cylindrical-coordinate representation of color #C432ED: hue angle of 286.84º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C432ED is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 50 | 237 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.07 |
| HSL | 286.84º | 0.84% | 0.56% | - |
| HSV(B) | 286.84º | 0.79% | 0.93% | - |
| XYZ | 39.19 | 20.13 | 81.94 | - |
| YUV | 114.97 | 196.87 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 237 | 0.17 | 0.79 | 0 | 0.07 | 286.84 | 0.84 | 0.56 |
| Hex | C4 | 32 | ED | 11 | 4F | 0 | 7 | 11F | 54 | 38 |
| Octal | 304 | 62 | 355 | 21 | 117 | 0 | 7 | 437 | 124 | 70 |
| Binary | 11000100 | 110010 | 11101101 | 10001 | 1001111 | 0 | 111 | 100011111 | 1010100 | 111000 |
Color Harmonies of #C432ED
Complementary color
Monochromatic Colors of #C432ED
Black with #C432ED
Text Example
Text Example
White with #C432ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C432ED; }
p { color: rgb(196,50,237); }
H1.HeaderClassName
{
color: #C432ED;
}
.AnyTagClassName
{
color: #C432ED;
}
</style>
background-color css
<style>
a { background-color: #C432ED; }
a { background-color: rgb(196,50,237); }
div.DivClassName
{
background-color: #C432ED;
}
.BgClassName
{
background-color: #C432ED;
}
</style>
border-color css
<style>
span { border-color: #C432ED; }
span { border-color: rgb(196,50,237); }
td.TdClassName
{
border-color: #C432ED;
}
.TagClassName
{
border-color: #C432ED;
}
</style>