Shades of Medium Orchid #C32DE2
Tints of Medium Orchid #C32DE2
RGB
CMYK
RGB Variations
Color information
#C32DE2 (or 0xC32DE2) is known color: Medium Orchid. HEX triplet: C3, 2D and E2. RGB value is (195,45,226). Sum of RGB (Red+Green+Blue) = 195+45+226=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 45 (17.97% from 255 or 9.66% from 466); Blue value is 226 (88.67% from 255 or 48.50% from 466); Max value from RGB is 226 - color contains mainly: blue. Hex color #C32DE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32DE2 is #3CD21D. Grayscale: #6D6D6D. Windows color (decimal): -3985950 or 14822851. OLE color: 14822851.
HSL color Cylindrical-coordinate representation of color #C32DE2: hue angle of 289.72º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32DE2 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 45 | 226 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.11 |
| HSL | 289.72º | 0.76% | 0.53% | - |
| HSV(B) | 289.72º | 0.8% | 0.89% | - |
| XYZ | 37.17 | 18.97 | 73.65 | - |
| YUV | 110.48 | 193.2 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 226 | 0.14 | 0.80 | 0 | 0.11 | 289.72 | 0.76 | 0.53 |
| Hex | C3 | 2D | E2 | E | 50 | 0 | B | 122 | 4C | 35 |
| Octal | 303 | 55 | 342 | 16 | 120 | 0 | 13 | 442 | 114 | 65 |
| Binary | 11000011 | 101101 | 11100010 | 1110 | 1010000 | 0 | 1011 | 100100010 | 1001100 | 110101 |
Color Harmonies of #C32DE2
Complementary color
Monochromatic Colors of #C32DE2
Black with #C32DE2
Text Example
Text Example
White with #C32DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32DE2; }
p { color: rgb(195,45,226); }
H1.HeaderClassName
{
color: #C32DE2;
}
.AnyTagClassName
{
color: #C32DE2;
}
</style>
background-color css
<style>
a { background-color: #C32DE2; }
a { background-color: rgb(195,45,226); }
div.DivClassName
{
background-color: #C32DE2;
}
.BgClassName
{
background-color: #C32DE2;
}
</style>
border-color css
<style>
span { border-color: #C32DE2; }
span { border-color: rgb(195,45,226); }
td.TdClassName
{
border-color: #C32DE2;
}
.TagClassName
{
border-color: #C32DE2;
}
</style>