Shades of Medium Orchid #CA37F1
Tints of Medium Orchid #CA37F1
RGB
CMYK
RGB Variations
Color information
#CA37F1 (or 0xCA37F1) is known color: Medium Orchid. HEX triplet: CA, 37 and F1. RGB value is (202,55,241). Sum of RGB (Red+Green+Blue) = 202+55+241=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 55 (21.88% from 255 or 11.04% from 498); Blue value is 241 (94.53% from 255 or 48.39% from 498); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA37F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA37F1 is #35C80E. Grayscale: #777777. Windows color (decimal): -3524623 or 15808458. OLE color: 15808458.
HSL color Cylindrical-coordinate representation of color #CA37F1: hue angle of 287.42º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA37F1 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 55 | 241 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.05 |
| HSL | 287.42º | 0.87% | 0.58% | - |
| HSV(B) | 287.42º | 0.77% | 0.95% | - |
| XYZ | 41.6 | 21.64 | 85.2 | - |
| YUV | 120.16 | 196.2 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 55 | 241 | 0.16 | 0.77 | 0 | 0.05 | 287.42 | 0.87 | 0.58 |
| Hex | CA | 37 | F1 | 10 | 4D | 0 | 5 | 11F | 57 | 3A |
| Octal | 312 | 67 | 361 | 20 | 115 | 0 | 5 | 437 | 127 | 72 |
| Binary | 11001010 | 110111 | 11110001 | 10000 | 1001101 | 0 | 101 | 100011111 | 1010111 | 111010 |
Color Harmonies of #CA37F1
Complementary color
Monochromatic Colors of #CA37F1
Black with #CA37F1
Text Example
Text Example
White with #CA37F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA37F1; }
p { color: rgb(202,55,241); }
H1.HeaderClassName
{
color: #CA37F1;
}
.AnyTagClassName
{
color: #CA37F1;
}
</style>
background-color css
<style>
a { background-color: #CA37F1; }
a { background-color: rgb(202,55,241); }
div.DivClassName
{
background-color: #CA37F1;
}
.BgClassName
{
background-color: #CA37F1;
}
</style>
border-color css
<style>
span { border-color: #CA37F1; }
span { border-color: rgb(202,55,241); }
td.TdClassName
{
border-color: #CA37F1;
}
.TagClassName
{
border-color: #CA37F1;
}
</style>