Shades of Medium Orchid #C32DE4
Tints of Medium Orchid #C32DE4
RGB
CMYK
RGB Variations
Color information
#C32DE4 (or 0xC32DE4) is known color: Medium Orchid. HEX triplet: C3, 2D and E4. RGB value is (195,45,228). Sum of RGB (Red+Green+Blue) = 195+45+228=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 45 (17.97% from 255 or 9.62% from 468); Blue value is 228 (89.45% from 255 or 48.72% from 468); Max value from RGB is 228 - color contains mainly: blue. Hex color #C32DE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32DE4 is #3CD21B. Grayscale: #6E6E6E. Windows color (decimal): -3985948 or 14953923. OLE color: 14953923.
HSL color Cylindrical-coordinate representation of color #C32DE4: hue angle of 289.18º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32DE4 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 45 | 228 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.11 |
| HSL | 289.18º | 0.77% | 0.54% | - |
| HSV(B) | 289.18º | 0.8% | 0.89% | - |
| XYZ | 37.45 | 19.08 | 75.11 | - |
| YUV | 110.71 | 194.2 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 228 | 0.14 | 0.80 | 0 | 0.11 | 289.18 | 0.77 | 0.54 |
| Hex | C3 | 2D | E4 | E | 50 | 0 | B | 121 | 4D | 36 |
| Octal | 303 | 55 | 344 | 16 | 120 | 0 | 13 | 441 | 115 | 66 |
| Binary | 11000011 | 101101 | 11100100 | 1110 | 1010000 | 0 | 1011 | 100100001 | 1001101 | 110110 |
Color Harmonies of #C32DE4
Complementary color
Monochromatic Colors of #C32DE4
Black with #C32DE4
Text Example
Text Example
White with #C32DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32DE4; }
p { color: rgb(195,45,228); }
H1.HeaderClassName
{
color: #C32DE4;
}
.AnyTagClassName
{
color: #C32DE4;
}
</style>
background-color css
<style>
a { background-color: #C32DE4; }
a { background-color: rgb(195,45,228); }
div.DivClassName
{
background-color: #C32DE4;
}
.BgClassName
{
background-color: #C32DE4;
}
</style>
border-color css
<style>
span { border-color: #C32DE4; }
span { border-color: rgb(195,45,228); }
td.TdClassName
{
border-color: #C32DE4;
}
.TagClassName
{
border-color: #C32DE4;
}
</style>