Shades of Medium Orchid #C32DE3
Tints of Medium Orchid #C32DE3
RGB
CMYK
RGB Variations
Color information
#C32DE3 (or 0xC32DE3) is known color: Medium Orchid. HEX triplet: C3, 2D and E3. RGB value is (195,45,227). Sum of RGB (Red+Green+Blue) = 195+45+227=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 45 (17.97% from 255 or 9.64% from 467); Blue value is 227 (89.06% from 255 or 48.61% from 467); Max value from RGB is 227 - color contains mainly: blue. Hex color #C32DE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32DE3 is #3CD21C. Grayscale: #6E6E6E. Windows color (decimal): -3985949 or 14888387. OLE color: 14888387.
HSL color Cylindrical-coordinate representation of color #C32DE3: hue angle of 289.45º 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 #C32DE3 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 45 | 227 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.11 |
| HSL | 289.45º | 0.76% | 0.53% | - |
| HSV(B) | 289.45º | 0.8% | 0.89% | - |
| XYZ | 37.31 | 19.02 | 74.38 | - |
| YUV | 110.6 | 193.7 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 227 | 0.14 | 0.80 | 0 | 0.11 | 289.45 | 0.76 | 0.53 |
| Hex | C3 | 2D | E3 | E | 50 | 0 | B | 121 | 4C | 35 |
| Octal | 303 | 55 | 343 | 16 | 120 | 0 | 13 | 441 | 114 | 65 |
| Binary | 11000011 | 101101 | 11100011 | 1110 | 1010000 | 0 | 1011 | 100100001 | 1001100 | 110101 |
Color Harmonies of #C32DE3
Complementary color
Monochromatic Colors of #C32DE3
Black with #C32DE3
Text Example
Text Example
White with #C32DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32DE3; }
p { color: rgb(195,45,227); }
H1.HeaderClassName
{
color: #C32DE3;
}
.AnyTagClassName
{
color: #C32DE3;
}
</style>
background-color css
<style>
a { background-color: #C32DE3; }
a { background-color: rgb(195,45,227); }
div.DivClassName
{
background-color: #C32DE3;
}
.BgClassName
{
background-color: #C32DE3;
}
</style>
border-color css
<style>
span { border-color: #C32DE3; }
span { border-color: rgb(195,45,227); }
td.TdClassName
{
border-color: #C32DE3;
}
.TagClassName
{
border-color: #C32DE3;
}
</style>