Shades of Medium Orchid #CA31F2
Tints of Medium Orchid #CA31F2
RGB
CMYK
RGB Variations
Color information
#CA31F2 (or 0xCA31F2) is known color: Medium Orchid. HEX triplet: CA, 31 and F2. RGB value is (202,49,242). Sum of RGB (Red+Green+Blue) = 202+49+242=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 49 (19.53% from 255 or 9.94% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA31F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA31F2 is #35CE0D. Grayscale: #747474. Windows color (decimal): -3526158 or 15872458. OLE color: 15872458.
HSL color Cylindrical-coordinate representation of color #CA31F2: hue angle of 287.56º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA31F2 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 49 | 242 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.05 |
| HSL | 287.56º | 0.88% | 0.57% | - |
| HSV(B) | 287.56º | 0.8% | 0.95% | - |
| XYZ | 41.48 | 21.16 | 85.9 | - |
| YUV | 116.75 | 198.69 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 49 | 242 | 0.17 | 0.80 | 0 | 0.05 | 287.56 | 0.88 | 0.57 |
| Hex | CA | 31 | F2 | 11 | 50 | 0 | 5 | 120 | 58 | 39 |
| Octal | 312 | 61 | 362 | 21 | 120 | 0 | 5 | 440 | 130 | 71 |
| Binary | 11001010 | 110001 | 11110010 | 10001 | 1010000 | 0 | 101 | 100100000 | 1011000 | 111001 |
Color Harmonies of #CA31F2
Complementary color
Monochromatic Colors of #CA31F2
Black with #CA31F2
Text Example
Text Example
White with #CA31F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA31F2; }
p { color: rgb(202,49,242); }
H1.HeaderClassName
{
color: #CA31F2;
}
.AnyTagClassName
{
color: #CA31F2;
}
</style>
background-color css
<style>
a { background-color: #CA31F2; }
a { background-color: rgb(202,49,242); }
div.DivClassName
{
background-color: #CA31F2;
}
.BgClassName
{
background-color: #CA31F2;
}
</style>
border-color css
<style>
span { border-color: #CA31F2; }
span { border-color: rgb(202,49,242); }
td.TdClassName
{
border-color: #CA31F2;
}
.TagClassName
{
border-color: #CA31F2;
}
</style>