Shades of Medium Orchid #C32CEA
Tints of Medium Orchid #C32CEA
RGB
CMYK
RGB Variations
Color information
#C32CEA (or 0xC32CEA) is known color: Medium Orchid. HEX triplet: C3, 2C and EA. RGB value is (195,44,234). Sum of RGB (Red+Green+Blue) = 195+44+234=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 44 (17.58% from 255 or 9.30% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #C32CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32CEA is #3CD315. Grayscale: #6E6E6E. Windows color (decimal): -3986198 or 15346883. OLE color: 15346883.
HSL color Cylindrical-coordinate representation of color #C32CEA: hue angle of 287.68º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32CEA is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 44 | 234 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.08 |
| HSL | 287.68º | 0.82% | 0.55% | - |
| HSV(B) | 287.68º | 0.81% | 0.92% | - |
| XYZ | 38.26 | 19.34 | 79.56 | - |
| YUV | 110.81 | 197.53 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 44 | 234 | 0.17 | 0.81 | 0 | 0.08 | 287.68 | 0.82 | 0.55 |
| Hex | C3 | 2C | EA | 11 | 51 | 0 | 8 | 120 | 52 | 37 |
| Octal | 303 | 54 | 352 | 21 | 121 | 0 | 10 | 440 | 122 | 67 |
| Binary | 11000011 | 101100 | 11101010 | 10001 | 1010001 | 0 | 1000 | 100100000 | 1010010 | 110111 |
Color Harmonies of #C32CEA
Complementary color
Monochromatic Colors of #C32CEA
Black with #C32CEA
Text Example
Text Example
White with #C32CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32CEA; }
p { color: rgb(195,44,234); }
H1.HeaderClassName
{
color: #C32CEA;
}
.AnyTagClassName
{
color: #C32CEA;
}
</style>
background-color css
<style>
a { background-color: #C32CEA; }
a { background-color: rgb(195,44,234); }
div.DivClassName
{
background-color: #C32CEA;
}
.BgClassName
{
background-color: #C32CEA;
}
</style>
border-color css
<style>
span { border-color: #C32CEA; }
span { border-color: rgb(195,44,234); }
td.TdClassName
{
border-color: #C32CEA;
}
.TagClassName
{
border-color: #C32CEA;
}
</style>