Shades of Medium Orchid #C32ED6
Tints of Medium Orchid #C32ED6
RGB
CMYK
RGB Variations
Color information
#C32ED6 (or 0xC32ED6) is known color: Medium Orchid. HEX triplet: C3, 2E and D6. RGB value is (195,46,214). Sum of RGB (Red+Green+Blue) = 195+46+214=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 46 (18.36% from 255 or 10.11% from 455); Blue value is 214 (83.98% from 255 or 47.03% from 455); Max value from RGB is 214 - color contains mainly: blue. Hex color #C32ED6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32ED6 is #3CD129. Grayscale: #6D6D6D. Windows color (decimal): -3985706 or 14036675. OLE color: 14036675.
HSL color Cylindrical-coordinate representation of color #C32ED6: hue angle of 293.21º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32ED6 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 46 | 214 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.16 |
| HSL | 293.21º | 0.67% | 0.51% | - |
| HSV(B) | 293.21º | 0.79% | 0.84% | - |
| XYZ | 35.62 | 18.41 | 65.29 | - |
| YUV | 109.7 | 186.86 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 214 | 0.09 | 0.79 | 0 | 0.16 | 293.21 | 0.67 | 0.51 |
| Hex | C3 | 2E | D6 | 9 | 4F | 0 | 10 | 125 | 43 | 33 |
| Octal | 303 | 56 | 326 | 11 | 117 | 0 | 20 | 445 | 103 | 63 |
| Binary | 11000011 | 101110 | 11010110 | 1001 | 1001111 | 0 | 10000 | 100100101 | 1000011 | 110011 |
Color Harmonies of #C32ED6
Complementary color
Monochromatic Colors of #C32ED6
Black with #C32ED6
Text Example
Text Example
White with #C32ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32ED6; }
p { color: rgb(195,46,214); }
H1.HeaderClassName
{
color: #C32ED6;
}
.AnyTagClassName
{
color: #C32ED6;
}
</style>
background-color css
<style>
a { background-color: #C32ED6; }
a { background-color: rgb(195,46,214); }
div.DivClassName
{
background-color: #C32ED6;
}
.BgClassName
{
background-color: #C32ED6;
}
</style>
border-color css
<style>
span { border-color: #C32ED6; }
span { border-color: rgb(195,46,214); }
td.TdClassName
{
border-color: #C32ED6;
}
.TagClassName
{
border-color: #C32ED6;
}
</style>