Shades of Medium Orchid #CA37E4
Tints of Medium Orchid #CA37E4
RGB
CMYK
RGB Variations
Color information
#CA37E4 (or 0xCA37E4) is known color: Medium Orchid. HEX triplet: CA, 37 and E4. RGB value is (202,55,228). Sum of RGB (Red+Green+Blue) = 202+55+228=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 55 (21.88% from 255 or 11.34% from 485); Blue value is 228 (89.45% from 255 or 47.01% from 485); Max value from RGB is 228 - color contains mainly: blue. Hex color #CA37E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA37E4 is #35C81B. Grayscale: #767676. Windows color (decimal): -3524636 or 14956490. OLE color: 14956490.
HSL color Cylindrical-coordinate representation of color #CA37E4: hue angle of 290.98º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA37E4 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 55 | 228 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.11 |
| HSL | 290.98º | 0.76% | 0.55% | - |
| HSV(B) | 290.98º | 0.76% | 0.89% | - |
| XYZ | 39.73 | 20.89 | 75.34 | - |
| YUV | 118.68 | 189.7 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 55 | 228 | 0.11 | 0.76 | 0 | 0.11 | 290.98 | 0.76 | 0.55 |
| Hex | CA | 37 | E4 | B | 4C | 0 | B | 123 | 4C | 37 |
| Octal | 312 | 67 | 344 | 13 | 114 | 0 | 13 | 443 | 114 | 67 |
| Binary | 11001010 | 110111 | 11100100 | 1011 | 1001100 | 0 | 1011 | 100100011 | 1001100 | 110111 |
Color Harmonies of #CA37E4
Complementary color
Monochromatic Colors of #CA37E4
Black with #CA37E4
Text Example
Text Example
White with #CA37E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA37E4; }
p { color: rgb(202,55,228); }
H1.HeaderClassName
{
color: #CA37E4;
}
.AnyTagClassName
{
color: #CA37E4;
}
</style>
background-color css
<style>
a { background-color: #CA37E4; }
a { background-color: rgb(202,55,228); }
div.DivClassName
{
background-color: #CA37E4;
}
.BgClassName
{
background-color: #CA37E4;
}
</style>
border-color css
<style>
span { border-color: #CA37E4; }
span { border-color: rgb(202,55,228); }
td.TdClassName
{
border-color: #CA37E4;
}
.TagClassName
{
border-color: #CA37E4;
}
</style>