Shades of Medium Orchid #C32FEF
Tints of Medium Orchid #C32FEF
RGB
CMYK
RGB Variations
Color information
#C32FEF (or 0xC32FEF) is known color: Medium Orchid. HEX triplet: C3, 2F and EF. RGB value is (195,47,239). Sum of RGB (Red+Green+Blue) = 195+47+239=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 47 (18.75% from 255 or 9.77% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #C32FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32FEF is #3CD010. Grayscale: #707070. Windows color (decimal): -3985425 or 15675331. OLE color: 15675331.
HSL color Cylindrical-coordinate representation of color #C32FEF: hue angle of 286.25º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32FEF is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 47 | 239 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.06 |
| HSL | 286.25º | 0.86% | 0.56% | - |
| HSV(B) | 286.25º | 0.8% | 0.94% | - |
| XYZ | 39.1 | 19.87 | 83.44 | - |
| YUV | 113.14 | 199.03 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 47 | 239 | 0.18 | 0.80 | 0 | 0.06 | 286.25 | 0.86 | 0.56 |
| Hex | C3 | 2F | EF | 12 | 50 | 0 | 6 | 11E | 56 | 38 |
| Octal | 303 | 57 | 357 | 22 | 120 | 0 | 6 | 436 | 126 | 70 |
| Binary | 11000011 | 101111 | 11101111 | 10010 | 1010000 | 0 | 110 | 100011110 | 1010110 | 111000 |
Color Harmonies of #C32FEF
Complementary color
Monochromatic Colors of #C32FEF
Black with #C32FEF
Text Example
Text Example
White with #C32FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32FEF; }
p { color: rgb(195,47,239); }
H1.HeaderClassName
{
color: #C32FEF;
}
.AnyTagClassName
{
color: #C32FEF;
}
</style>
background-color css
<style>
a { background-color: #C32FEF; }
a { background-color: rgb(195,47,239); }
div.DivClassName
{
background-color: #C32FEF;
}
.BgClassName
{
background-color: #C32FEF;
}
</style>
border-color css
<style>
span { border-color: #C32FEF; }
span { border-color: rgb(195,47,239); }
td.TdClassName
{
border-color: #C32FEF;
}
.TagClassName
{
border-color: #C32FEF;
}
</style>