Shades of Medium Orchid #CA37E7
Tints of Medium Orchid #CA37E7
RGB
CMYK
RGB Variations
Color information
#CA37E7 (or 0xCA37E7) is known color: Medium Orchid. HEX triplet: CA, 37 and E7. RGB value is (202,55,231). Sum of RGB (Red+Green+Blue) = 202+55+231=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 55 (21.88% from 255 or 11.27% from 488); Blue value is 231 (90.62% from 255 or 47.34% from 488); Max value from RGB is 231 - color contains mainly: blue. Hex color #CA37E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA37E7 is #35C818. Grayscale: #767676. Windows color (decimal): -3524633 or 15153098. OLE color: 15153098.
HSL color Cylindrical-coordinate representation of color #CA37E7: hue angle of 290.11º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA37E7 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 55 | 231 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.09 |
| HSL | 290.11º | 0.79% | 0.56% | - |
| HSV(B) | 290.11º | 0.76% | 0.91% | - |
| XYZ | 40.15 | 21.06 | 77.55 | - |
| YUV | 119.02 | 191.2 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 55 | 231 | 0.13 | 0.76 | 0 | 0.09 | 290.11 | 0.79 | 0.56 |
| Hex | CA | 37 | E7 | D | 4C | 0 | 9 | 122 | 4F | 38 |
| Octal | 312 | 67 | 347 | 15 | 114 | 0 | 11 | 442 | 117 | 70 |
| Binary | 11001010 | 110111 | 11100111 | 1101 | 1001100 | 0 | 1001 | 100100010 | 1001111 | 111000 |
Color Harmonies of #CA37E7
Complementary color
Monochromatic Colors of #CA37E7
Black with #CA37E7
Text Example
Text Example
White with #CA37E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA37E7; }
p { color: rgb(202,55,231); }
H1.HeaderClassName
{
color: #CA37E7;
}
.AnyTagClassName
{
color: #CA37E7;
}
</style>
background-color css
<style>
a { background-color: #CA37E7; }
a { background-color: rgb(202,55,231); }
div.DivClassName
{
background-color: #CA37E7;
}
.BgClassName
{
background-color: #CA37E7;
}
</style>
border-color css
<style>
span { border-color: #CA37E7; }
span { border-color: rgb(202,55,231); }
td.TdClassName
{
border-color: #CA37E7;
}
.TagClassName
{
border-color: #CA37E7;
}
</style>