Shades of Medium Orchid #CA2FEF
Tints of Medium Orchid #CA2FEF
RGB
CMYK
RGB Variations
Color information
#CA2FEF (or 0xCA2FEF) is known color: Medium Orchid. HEX triplet: CA, 2F and EF. RGB value is (202,47,239). Sum of RGB (Red+Green+Blue) = 202+47+239=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 47 (18.75% from 255 or 9.63% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA2FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2FEF is #35D010. Grayscale: #727272. Windows color (decimal): -3526673 or 15675338. OLE color: 15675338.
HSL color Cylindrical-coordinate representation of color #CA2FEF: hue angle of 288.44º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2FEF is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 47 | 239 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.06 |
| HSL | 288.44º | 0.86% | 0.56% | - |
| HSV(B) | 288.44º | 0.8% | 0.94% | - |
| XYZ | 40.95 | 20.82 | 83.52 | - |
| YUV | 115.23 | 197.85 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 47 | 239 | 0.15 | 0.80 | 0 | 0.06 | 288.44 | 0.86 | 0.56 |
| Hex | CA | 2F | EF | F | 50 | 0 | 6 | 120 | 56 | 38 |
| Octal | 312 | 57 | 357 | 17 | 120 | 0 | 6 | 440 | 126 | 70 |
| Binary | 11001010 | 101111 | 11101111 | 1111 | 1010000 | 0 | 110 | 100100000 | 1010110 | 111000 |
Color Harmonies of #CA2FEF
Complementary color
Monochromatic Colors of #CA2FEF
Black with #CA2FEF
Text Example
Text Example
White with #CA2FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2FEF; }
p { color: rgb(202,47,239); }
H1.HeaderClassName
{
color: #CA2FEF;
}
.AnyTagClassName
{
color: #CA2FEF;
}
</style>
background-color css
<style>
a { background-color: #CA2FEF; }
a { background-color: rgb(202,47,239); }
div.DivClassName
{
background-color: #CA2FEF;
}
.BgClassName
{
background-color: #CA2FEF;
}
</style>
border-color css
<style>
span { border-color: #CA2FEF; }
span { border-color: rgb(202,47,239); }
td.TdClassName
{
border-color: #CA2FEF;
}
.TagClassName
{
border-color: #CA2FEF;
}
</style>