Shades of Medium Orchid #C32FE5
Tints of Medium Orchid #C32FE5
RGB
CMYK
RGB Variations
Color information
#C32FE5 (or 0xC32FE5) is known color: Medium Orchid. HEX triplet: C3, 2F and E5. RGB value is (195,47,229). Sum of RGB (Red+Green+Blue) = 195+47+229=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 47 (18.75% from 255 or 9.98% from 471); Blue value is 229 (89.84% from 255 or 48.62% from 471); Max value from RGB is 229 - color contains mainly: blue. Hex color #C32FE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32FE5 is #3CD01A. Grayscale: #6F6F6F. Windows color (decimal): -3985435 or 15019971. OLE color: 15019971.
HSL color Cylindrical-coordinate representation of color #C32FE5: hue angle of 288.79º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32FE5 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 47 | 229 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.10 |
| HSL | 288.79º | 0.78% | 0.54% | - |
| HSV(B) | 288.79º | 0.79% | 0.9% | - |
| XYZ | 37.67 | 19.29 | 75.87 | - |
| YUV | 112 | 194.03 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 47 | 229 | 0.15 | 0.79 | 0 | 0.10 | 288.79 | 0.78 | 0.54 |
| Hex | C3 | 2F | E5 | F | 4F | 0 | A | 121 | 4E | 36 |
| Octal | 303 | 57 | 345 | 17 | 117 | 0 | 12 | 441 | 116 | 66 |
| Binary | 11000011 | 101111 | 11100101 | 1111 | 1001111 | 0 | 1010 | 100100001 | 1001110 | 110110 |
Color Harmonies of #C32FE5
Complementary color
Monochromatic Colors of #C32FE5
Black with #C32FE5
Text Example
Text Example
White with #C32FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32FE5; }
p { color: rgb(195,47,229); }
H1.HeaderClassName
{
color: #C32FE5;
}
.AnyTagClassName
{
color: #C32FE5;
}
</style>
background-color css
<style>
a { background-color: #C32FE5; }
a { background-color: rgb(195,47,229); }
div.DivClassName
{
background-color: #C32FE5;
}
.BgClassName
{
background-color: #C32FE5;
}
</style>
border-color css
<style>
span { border-color: #C32FE5; }
span { border-color: rgb(195,47,229); }
td.TdClassName
{
border-color: #C32FE5;
}
.TagClassName
{
border-color: #C32FE5;
}
</style>