Shades of Medium Orchid #CA37E6
Tints of Medium Orchid #CA37E6
RGB
CMYK
RGB Variations
Color information
#CA37E6 (or 0xCA37E6) is known color: Medium Orchid. HEX triplet: CA, 37 and E6. RGB value is (202,55,230). Sum of RGB (Red+Green+Blue) = 202+55+230=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 55 (21.88% from 255 or 11.29% from 487); Blue value is 230 (90.23% from 255 or 47.23% from 487); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA37E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA37E6 is #35C819. Grayscale: #767676. Windows color (decimal): -3524634 or 15087562. OLE color: 15087562.
HSL color Cylindrical-coordinate representation of color #CA37E6: hue angle of 290.4º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA37E6 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 55 | 230 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.10 |
| HSL | 290.4º | 0.78% | 0.56% | - |
| HSV(B) | 290.4º | 0.76% | 0.9% | - |
| XYZ | 40.01 | 21 | 76.81 | - |
| YUV | 118.9 | 190.7 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 55 | 230 | 0.12 | 0.76 | 0 | 0.10 | 290.4 | 0.78 | 0.56 |
| Hex | CA | 37 | E6 | C | 4C | 0 | A | 122 | 4E | 38 |
| Octal | 312 | 67 | 346 | 14 | 114 | 0 | 12 | 442 | 116 | 70 |
| Binary | 11001010 | 110111 | 11100110 | 1100 | 1001100 | 0 | 1010 | 100100010 | 1001110 | 111000 |
Color Harmonies of #CA37E6
Complementary color
Monochromatic Colors of #CA37E6
Black with #CA37E6
Text Example
Text Example
White with #CA37E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA37E6; }
p { color: rgb(202,55,230); }
H1.HeaderClassName
{
color: #CA37E6;
}
.AnyTagClassName
{
color: #CA37E6;
}
</style>
background-color css
<style>
a { background-color: #CA37E6; }
a { background-color: rgb(202,55,230); }
div.DivClassName
{
background-color: #CA37E6;
}
.BgClassName
{
background-color: #CA37E6;
}
</style>
border-color css
<style>
span { border-color: #CA37E6; }
span { border-color: rgb(202,55,230); }
td.TdClassName
{
border-color: #CA37E6;
}
.TagClassName
{
border-color: #CA37E6;
}
</style>