Shades of Medium Orchid #CA37EA
Tints of Medium Orchid #CA37EA
RGB
CMYK
RGB Variations
Color information
#CA37EA (or 0xCA37EA) is known color: Medium Orchid. HEX triplet: CA, 37 and EA. RGB value is (202,55,234). Sum of RGB (Red+Green+Blue) = 202+55+234=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 55 (21.88% from 255 or 11.20% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA37EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA37EA is #35C815. Grayscale: #767676. Windows color (decimal): -3524630 or 15349706. OLE color: 15349706.
HSL color Cylindrical-coordinate representation of color #CA37EA: hue angle of 289.27º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA37EA is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 55 | 234 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.08 |
| HSL | 289.27º | 0.81% | 0.57% | - |
| HSV(B) | 289.27º | 0.76% | 0.92% | - |
| XYZ | 40.57 | 21.23 | 79.8 | - |
| YUV | 119.36 | 192.7 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 55 | 234 | 0.14 | 0.76 | 0 | 0.08 | 289.27 | 0.81 | 0.57 |
| Hex | CA | 37 | EA | E | 4C | 0 | 8 | 121 | 51 | 39 |
| Octal | 312 | 67 | 352 | 16 | 114 | 0 | 10 | 441 | 121 | 71 |
| Binary | 11001010 | 110111 | 11101010 | 1110 | 1001100 | 0 | 1000 | 100100001 | 1010001 | 111001 |
Color Harmonies of #CA37EA
Complementary color
Monochromatic Colors of #CA37EA
Black with #CA37EA
Text Example
Text Example
White with #CA37EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA37EA; }
p { color: rgb(202,55,234); }
H1.HeaderClassName
{
color: #CA37EA;
}
.AnyTagClassName
{
color: #CA37EA;
}
</style>
background-color css
<style>
a { background-color: #CA37EA; }
a { background-color: rgb(202,55,234); }
div.DivClassName
{
background-color: #CA37EA;
}
.BgClassName
{
background-color: #CA37EA;
}
</style>
border-color css
<style>
span { border-color: #CA37EA; }
span { border-color: rgb(202,55,234); }
td.TdClassName
{
border-color: #CA37EA;
}
.TagClassName
{
border-color: #CA37EA;
}
</style>