Shades of Medium Orchid #CA37F0
Tints of Medium Orchid #CA37F0
RGB
CMYK
RGB Variations
Color information
#CA37F0 (or 0xCA37F0) is known color: Medium Orchid. HEX triplet: CA, 37 and F0. RGB value is (202,55,240). Sum of RGB (Red+Green+Blue) = 202+55+240=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 55 (21.88% from 255 or 11.07% from 497); Blue value is 240 (94.14% from 255 or 48.29% from 497); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA37F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA37F0 is #35C80F. Grayscale: #777777. Windows color (decimal): -3524624 or 15742922. OLE color: 15742922.
HSL color Cylindrical-coordinate representation of color #CA37F0: hue angle of 287.68º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA37F0 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 55 | 240 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.06 |
| HSL | 287.68º | 0.86% | 0.58% | - |
| HSV(B) | 287.68º | 0.77% | 0.94% | - |
| XYZ | 41.45 | 21.58 | 84.42 | - |
| YUV | 120.04 | 195.7 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 55 | 240 | 0.16 | 0.77 | 0 | 0.06 | 287.68 | 0.86 | 0.58 |
| Hex | CA | 37 | F0 | 10 | 4D | 0 | 6 | 120 | 56 | 3A |
| Octal | 312 | 67 | 360 | 20 | 115 | 0 | 6 | 440 | 126 | 72 |
| Binary | 11001010 | 110111 | 11110000 | 10000 | 1001101 | 0 | 110 | 100100000 | 1010110 | 111010 |
Color Harmonies of #CA37F0
Complementary color
Monochromatic Colors of #CA37F0
Black with #CA37F0
Text Example
Text Example
White with #CA37F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA37F0; }
p { color: rgb(202,55,240); }
H1.HeaderClassName
{
color: #CA37F0;
}
.AnyTagClassName
{
color: #CA37F0;
}
</style>
background-color css
<style>
a { background-color: #CA37F0; }
a { background-color: rgb(202,55,240); }
div.DivClassName
{
background-color: #CA37F0;
}
.BgClassName
{
background-color: #CA37F0;
}
</style>
border-color css
<style>
span { border-color: #CA37F0; }
span { border-color: rgb(202,55,240); }
td.TdClassName
{
border-color: #CA37F0;
}
.TagClassName
{
border-color: #CA37F0;
}
</style>