Shades of Medium Orchid #CA37EC
Tints of Medium Orchid #CA37EC
RGB
CMYK
RGB Variations
Color information
#CA37EC (or 0xCA37EC) is known color: Medium Orchid. HEX triplet: CA, 37 and EC. RGB value is (202,55,236). Sum of RGB (Red+Green+Blue) = 202+55+236=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 55 (21.88% from 255 or 11.16% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA37EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA37EC is #35C813. Grayscale: #777777. Windows color (decimal): -3524628 or 15480778. OLE color: 15480778.
HSL color Cylindrical-coordinate representation of color #CA37EC: hue angle of 288.73º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA37EC is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 55 | 236 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.07 |
| HSL | 288.73º | 0.83% | 0.57% | - |
| HSV(B) | 288.73º | 0.77% | 0.93% | - |
| XYZ | 40.86 | 21.35 | 81.32 | - |
| YUV | 119.59 | 193.7 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 55 | 236 | 0.14 | 0.77 | 0 | 0.07 | 288.73 | 0.83 | 0.57 |
| Hex | CA | 37 | EC | E | 4D | 0 | 7 | 121 | 53 | 39 |
| Octal | 312 | 67 | 354 | 16 | 115 | 0 | 7 | 441 | 123 | 71 |
| Binary | 11001010 | 110111 | 11101100 | 1110 | 1001101 | 0 | 111 | 100100001 | 1010011 | 111001 |
Color Harmonies of #CA37EC
Complementary color
Monochromatic Colors of #CA37EC
Black with #CA37EC
Text Example
Text Example
White with #CA37EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA37EC; }
p { color: rgb(202,55,236); }
H1.HeaderClassName
{
color: #CA37EC;
}
.AnyTagClassName
{
color: #CA37EC;
}
</style>
background-color css
<style>
a { background-color: #CA37EC; }
a { background-color: rgb(202,55,236); }
div.DivClassName
{
background-color: #CA37EC;
}
.BgClassName
{
background-color: #CA37EC;
}
</style>
border-color css
<style>
span { border-color: #CA37EC; }
span { border-color: rgb(202,55,236); }
td.TdClassName
{
border-color: #CA37EC;
}
.TagClassName
{
border-color: #CA37EC;
}
</style>