Shades of Medium Orchid #CA39F2
Tints of Medium Orchid #CA39F2
RGB
CMYK
RGB Variations
Color information
#CA39F2 (or 0xCA39F2) is known color: Medium Orchid. HEX triplet: CA, 39 and F2. RGB value is (202,57,242). Sum of RGB (Red+Green+Blue) = 202+57+242=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 57 (22.66% from 255 or 11.38% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA39F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA39F2 is #35C60D. Grayscale: #787878. Windows color (decimal): -3524110 or 15874506. OLE color: 15874506.
HSL color Cylindrical-coordinate representation of color #CA39F2: hue angle of 287.03º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA39F2 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 57 | 242 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.05 |
| HSL | 287.03º | 0.88% | 0.59% | - |
| HSV(B) | 287.03º | 0.76% | 0.95% | - |
| XYZ | 41.85 | 21.89 | 86.02 | - |
| YUV | 121.45 | 196.04 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 57 | 242 | 0.17 | 0.76 | 0 | 0.05 | 287.03 | 0.88 | 0.59 |
| Hex | CA | 39 | F2 | 11 | 4C | 0 | 5 | 11F | 58 | 3B |
| Octal | 312 | 71 | 362 | 21 | 114 | 0 | 5 | 437 | 130 | 73 |
| Binary | 11001010 | 111001 | 11110010 | 10001 | 1001100 | 0 | 101 | 100011111 | 1011000 | 111011 |
Color Harmonies of #CA39F2
Complementary color
Monochromatic Colors of #CA39F2
Black with #CA39F2
Text Example
Text Example
White with #CA39F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA39F2; }
p { color: rgb(202,57,242); }
H1.HeaderClassName
{
color: #CA39F2;
}
.AnyTagClassName
{
color: #CA39F2;
}
</style>
background-color css
<style>
a { background-color: #CA39F2; }
a { background-color: rgb(202,57,242); }
div.DivClassName
{
background-color: #CA39F2;
}
.BgClassName
{
background-color: #CA39F2;
}
</style>
border-color css
<style>
span { border-color: #CA39F2; }
span { border-color: rgb(202,57,242); }
td.TdClassName
{
border-color: #CA39F2;
}
.TagClassName
{
border-color: #CA39F2;
}
</style>