Shades of Medium Orchid #CA2CEA
Tints of Medium Orchid #CA2CEA
RGB
CMYK
RGB Variations
Color information
#CA2CEA (or 0xCA2CEA) is known color: Medium Orchid. HEX triplet: CA, 2C and EA. RGB value is (202,44,234). Sum of RGB (Red+Green+Blue) = 202+44+234=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 44 (17.58% from 255 or 9.17% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA2CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2CEA is #35D315. Grayscale: #707070. Windows color (decimal): -3527446 or 15346890. OLE color: 15346890.
HSL color Cylindrical-coordinate representation of color #CA2CEA: hue angle of 289.89º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2CEA is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 44 | 234 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.08 |
| HSL | 289.89º | 0.82% | 0.55% | - |
| HSV(B) | 289.89º | 0.81% | 0.92% | - |
| XYZ | 40.11 | 20.3 | 79.65 | - |
| YUV | 112.9 | 196.35 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 44 | 234 | 0.14 | 0.81 | 0 | 0.08 | 289.89 | 0.82 | 0.55 |
| Hex | CA | 2C | EA | E | 51 | 0 | 8 | 122 | 52 | 37 |
| Octal | 312 | 54 | 352 | 16 | 121 | 0 | 10 | 442 | 122 | 67 |
| Binary | 11001010 | 101100 | 11101010 | 1110 | 1010001 | 0 | 1000 | 100100010 | 1010010 | 110111 |
Color Harmonies of #CA2CEA
Complementary color
Monochromatic Colors of #CA2CEA
Black with #CA2CEA
Text Example
Text Example
White with #CA2CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2CEA; }
p { color: rgb(202,44,234); }
H1.HeaderClassName
{
color: #CA2CEA;
}
.AnyTagClassName
{
color: #CA2CEA;
}
</style>
background-color css
<style>
a { background-color: #CA2CEA; }
a { background-color: rgb(202,44,234); }
div.DivClassName
{
background-color: #CA2CEA;
}
.BgClassName
{
background-color: #CA2CEA;
}
</style>
border-color css
<style>
span { border-color: #CA2CEA; }
span { border-color: rgb(202,44,234); }
td.TdClassName
{
border-color: #CA2CEA;
}
.TagClassName
{
border-color: #CA2CEA;
}
</style>