Shades of Medium Orchid #CA39F0
Tints of Medium Orchid #CA39F0
RGB
CMYK
RGB Variations
Color information
#CA39F0 (or 0xCA39F0) is known color: Medium Orchid. HEX triplet: CA, 39 and F0. RGB value is (202,57,240). Sum of RGB (Red+Green+Blue) = 202+57+240=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 57 (22.66% from 255 or 11.42% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA39F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA39F0 is #35C60F. Grayscale: #787878. Windows color (decimal): -3524112 or 15743434. OLE color: 15743434.
HSL color Cylindrical-coordinate representation of color #CA39F0: hue angle of 287.54º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA39F0 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 57 | 240 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.06 |
| HSL | 287.54º | 0.86% | 0.58% | - |
| HSV(B) | 287.54º | 0.76% | 0.94% | - |
| XYZ | 41.55 | 21.77 | 84.45 | - |
| YUV | 121.22 | 195.04 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 57 | 240 | 0.16 | 0.76 | 0 | 0.06 | 287.54 | 0.86 | 0.58 |
| Hex | CA | 39 | F0 | 10 | 4C | 0 | 6 | 120 | 56 | 3A |
| Octal | 312 | 71 | 360 | 20 | 114 | 0 | 6 | 440 | 126 | 72 |
| Binary | 11001010 | 111001 | 11110000 | 10000 | 1001100 | 0 | 110 | 100100000 | 1010110 | 111010 |
Color Harmonies of #CA39F0
Complementary color
Monochromatic Colors of #CA39F0
Black with #CA39F0
Text Example
Text Example
White with #CA39F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA39F0; }
p { color: rgb(202,57,240); }
H1.HeaderClassName
{
color: #CA39F0;
}
.AnyTagClassName
{
color: #CA39F0;
}
</style>
background-color css
<style>
a { background-color: #CA39F0; }
a { background-color: rgb(202,57,240); }
div.DivClassName
{
background-color: #CA39F0;
}
.BgClassName
{
background-color: #CA39F0;
}
</style>
border-color css
<style>
span { border-color: #CA39F0; }
span { border-color: rgb(202,57,240); }
td.TdClassName
{
border-color: #CA39F0;
}
.TagClassName
{
border-color: #CA39F0;
}
</style>