Shades of Medium Orchid #C32FEB
Tints of Medium Orchid #C32FEB
RGB
CMYK
RGB Variations
Color information
#C32FEB (or 0xC32FEB) is known color: Medium Orchid. HEX triplet: C3, 2F and EB. RGB value is (195,47,235). Sum of RGB (Red+Green+Blue) = 195+47+235=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 47 (18.75% from 255 or 9.85% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #C32FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32FEB is #3CD014. Grayscale: #707070. Windows color (decimal): -3985429 or 15413187. OLE color: 15413187.
HSL color Cylindrical-coordinate representation of color #C32FEB: hue angle of 287.23º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32FEB is Cyan = 0.17, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 47 | 235 | - |
| CMYK | 0.17 | 0.8 | 0 | 0.08 |
| HSL | 287.23º | 0.82% | 0.55% | - |
| HSV(B) | 287.23º | 0.8% | 0.92% | - |
| XYZ | 38.52 | 19.63 | 80.36 | - |
| YUV | 112.68 | 197.03 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 47 | 235 | 0.17 | 0.8 | 0 | 0.08 | 287.23 | 0.82 | 0.55 |
| Hex | C3 | 2F | EB | 11 | 50 | 0 | 8 | 11F | 52 | 37 |
| Octal | 303 | 57 | 353 | 21 | 120 | 0 | 10 | 437 | 122 | 67 |
| Binary | 11000011 | 101111 | 11101011 | 10001 | 1010000 | 0 | 1000 | 100011111 | 1010010 | 110111 |
Color Harmonies of #C32FEB
Complementary color
Monochromatic Colors of #C32FEB
Black with #C32FEB
Text Example
Text Example
White with #C32FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32FEB; }
p { color: rgb(195,47,235); }
H1.HeaderClassName
{
color: #C32FEB;
}
.AnyTagClassName
{
color: #C32FEB;
}
</style>
background-color css
<style>
a { background-color: #C32FEB; }
a { background-color: rgb(195,47,235); }
div.DivClassName
{
background-color: #C32FEB;
}
.BgClassName
{
background-color: #C32FEB;
}
</style>
border-color css
<style>
span { border-color: #C32FEB; }
span { border-color: rgb(195,47,235); }
td.TdClassName
{
border-color: #C32FEB;
}
.TagClassName
{
border-color: #C32FEB;
}
</style>