Shades of Medium Orchid #CA2FEA
Tints of Medium Orchid #CA2FEA
RGB
CMYK
RGB Variations
Color information
#CA2FEA (or 0xCA2FEA) is known color: Medium Orchid. HEX triplet: CA, 2F and EA. RGB value is (202,47,234). Sum of RGB (Red+Green+Blue) = 202+47+234=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 47 (18.75% from 255 or 9.73% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA2FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2FEA is #35D015. Grayscale: #727272. Windows color (decimal): -3526678 or 15347658. OLE color: 15347658.
HSL color Cylindrical-coordinate representation of color #CA2FEA: hue angle of 289.73º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2FEA is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 47 | 234 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.08 |
| HSL | 289.73º | 0.82% | 0.55% | - |
| HSV(B) | 289.73º | 0.8% | 0.92% | - |
| XYZ | 40.22 | 20.53 | 79.68 | - |
| YUV | 114.66 | 195.35 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 47 | 234 | 0.14 | 0.80 | 0 | 0.08 | 289.73 | 0.82 | 0.55 |
| Hex | CA | 2F | EA | E | 50 | 0 | 8 | 122 | 52 | 37 |
| Octal | 312 | 57 | 352 | 16 | 120 | 0 | 10 | 442 | 122 | 67 |
| Binary | 11001010 | 101111 | 11101010 | 1110 | 1010000 | 0 | 1000 | 100100010 | 1010010 | 110111 |
Color Harmonies of #CA2FEA
Complementary color
Monochromatic Colors of #CA2FEA
Black with #CA2FEA
Text Example
Text Example
White with #CA2FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2FEA; }
p { color: rgb(202,47,234); }
H1.HeaderClassName
{
color: #CA2FEA;
}
.AnyTagClassName
{
color: #CA2FEA;
}
</style>
background-color css
<style>
a { background-color: #CA2FEA; }
a { background-color: rgb(202,47,234); }
div.DivClassName
{
background-color: #CA2FEA;
}
.BgClassName
{
background-color: #CA2FEA;
}
</style>
border-color css
<style>
span { border-color: #CA2FEA; }
span { border-color: rgb(202,47,234); }
td.TdClassName
{
border-color: #CA2FEA;
}
.TagClassName
{
border-color: #CA2FEA;
}
</style>