Shades of Medium Orchid #C32BE6
Tints of Medium Orchid #C32BE6
RGB
CMYK
RGB Variations
Color information
#C32BE6 (or 0xC32BE6) is known color: Medium Orchid. HEX triplet: C3, 2B and E6. RGB value is (195,43,230). Sum of RGB (Red+Green+Blue) = 195+43+230=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 43 (17.19% from 255 or 9.19% from 468); Blue value is 230 (90.23% from 255 or 49.15% from 468); Max value from RGB is 230 - color contains mainly: blue. Hex color #C32BE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32BE6 is #3CD419. Grayscale: #6D6D6D. Windows color (decimal): -3986458 or 15084483. OLE color: 15084483.
HSL color Cylindrical-coordinate representation of color #C32BE6: hue angle of 288.77º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32BE6 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 43 | 230 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.10 |
| HSL | 288.77º | 0.79% | 0.54% | - |
| HSV(B) | 288.77º | 0.81% | 0.9% | - |
| XYZ | 37.65 | 19.04 | 76.55 | - |
| YUV | 109.77 | 195.86 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 43 | 230 | 0.15 | 0.81 | 0 | 0.10 | 288.77 | 0.79 | 0.54 |
| Hex | C3 | 2B | E6 | F | 51 | 0 | A | 121 | 4F | 36 |
| Octal | 303 | 53 | 346 | 17 | 121 | 0 | 12 | 441 | 117 | 66 |
| Binary | 11000011 | 101011 | 11100110 | 1111 | 1010001 | 0 | 1010 | 100100001 | 1001111 | 110110 |
Color Harmonies of #C32BE6
Complementary color
Monochromatic Colors of #C32BE6
Black with #C32BE6
Text Example
Text Example
White with #C32BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32BE6; }
p { color: rgb(195,43,230); }
H1.HeaderClassName
{
color: #C32BE6;
}
.AnyTagClassName
{
color: #C32BE6;
}
</style>
background-color css
<style>
a { background-color: #C32BE6; }
a { background-color: rgb(195,43,230); }
div.DivClassName
{
background-color: #C32BE6;
}
.BgClassName
{
background-color: #C32BE6;
}
</style>
border-color css
<style>
span { border-color: #C32BE6; }
span { border-color: rgb(195,43,230); }
td.TdClassName
{
border-color: #C32BE6;
}
.TagClassName
{
border-color: #C32BE6;
}
</style>