Shades of Medium Orchid #CA32EC
Tints of Medium Orchid #CA32EC
RGB
CMYK
RGB Variations
Color information
#CA32EC (or 0xCA32EC) is known color: Medium Orchid. HEX triplet: CA, 32 and EC. RGB value is (202,50,236). Sum of RGB (Red+Green+Blue) = 202+50+236=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 50 (19.92% from 255 or 10.25% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA32EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA32EC is #35CD13. Grayscale: #747474. Windows color (decimal): -3525908 or 15479498. OLE color: 15479498.
HSL color Cylindrical-coordinate representation of color #CA32EC: hue angle of 289.03º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA32EC is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 50 | 236 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.07 |
| HSL | 289.03º | 0.83% | 0.56% | - |
| HSV(B) | 289.03º | 0.79% | 0.93% | - |
| XYZ | 40.64 | 20.89 | 81.25 | - |
| YUV | 116.65 | 195.36 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 236 | 0.14 | 0.79 | 0 | 0.07 | 289.03 | 0.83 | 0.56 |
| Hex | CA | 32 | EC | E | 4F | 0 | 7 | 121 | 53 | 38 |
| Octal | 312 | 62 | 354 | 16 | 117 | 0 | 7 | 441 | 123 | 70 |
| Binary | 11001010 | 110010 | 11101100 | 1110 | 1001111 | 0 | 111 | 100100001 | 1010011 | 111000 |
Color Harmonies of #CA32EC
Complementary color
Monochromatic Colors of #CA32EC
Black with #CA32EC
Text Example
Text Example
White with #CA32EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA32EC; }
p { color: rgb(202,50,236); }
H1.HeaderClassName
{
color: #CA32EC;
}
.AnyTagClassName
{
color: #CA32EC;
}
</style>
background-color css
<style>
a { background-color: #CA32EC; }
a { background-color: rgb(202,50,236); }
div.DivClassName
{
background-color: #CA32EC;
}
.BgClassName
{
background-color: #CA32EC;
}
</style>
border-color css
<style>
span { border-color: #CA32EC; }
span { border-color: rgb(202,50,236); }
td.TdClassName
{
border-color: #CA32EC;
}
.TagClassName
{
border-color: #CA32EC;
}
</style>