Shades of Medium Orchid #C32DEA
Tints of Medium Orchid #C32DEA
RGB
CMYK
RGB Variations
Color information
#C32DEA (or 0xC32DEA) is known color: Medium Orchid. HEX triplet: C3, 2D and EA. RGB value is (195,45,234). Sum of RGB (Red+Green+Blue) = 195+45+234=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 45 (17.97% from 255 or 9.49% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #C32DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32DEA is #3CD215. Grayscale: #6E6E6E. Windows color (decimal): -3985942 or 15347139. OLE color: 15347139.
HSL color Cylindrical-coordinate representation of color #C32DEA: hue angle of 287.62º 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 #C32DEA is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 45 | 234 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.08 |
| HSL | 287.62º | 0.82% | 0.55% | - |
| HSV(B) | 287.62º | 0.81% | 0.92% | - |
| XYZ | 38.3 | 19.42 | 79.57 | - |
| YUV | 111.4 | 197.2 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 234 | 0.17 | 0.81 | 0 | 0.08 | 287.62 | 0.82 | 0.55 |
| Hex | C3 | 2D | EA | 11 | 51 | 0 | 8 | 120 | 52 | 37 |
| Octal | 303 | 55 | 352 | 21 | 121 | 0 | 10 | 440 | 122 | 67 |
| Binary | 11000011 | 101101 | 11101010 | 10001 | 1010001 | 0 | 1000 | 100100000 | 1010010 | 110111 |
Color Harmonies of #C32DEA
Complementary color
Monochromatic Colors of #C32DEA
Black with #C32DEA
Text Example
Text Example
White with #C32DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32DEA; }
p { color: rgb(195,45,234); }
H1.HeaderClassName
{
color: #C32DEA;
}
.AnyTagClassName
{
color: #C32DEA;
}
</style>
background-color css
<style>
a { background-color: #C32DEA; }
a { background-color: rgb(195,45,234); }
div.DivClassName
{
background-color: #C32DEA;
}
.BgClassName
{
background-color: #C32DEA;
}
</style>
border-color css
<style>
span { border-color: #C32DEA; }
span { border-color: rgb(195,45,234); }
td.TdClassName
{
border-color: #C32DEA;
}
.TagClassName
{
border-color: #C32DEA;
}
</style>