Shades of Medium Orchid #CA3FEA
Tints of Medium Orchid #CA3FEA
RGB
CMYK
RGB Variations
Color information
#CA3FEA (or 0xCA3FEA) is known color: Medium Orchid. HEX triplet: CA, 3F and EA. RGB value is (202,63,234). Sum of RGB (Red+Green+Blue) = 202+63+234=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 63 (25% from 255 or 12.63% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA3FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3FEA is #35C015. Grayscale: #7B7B7B. Windows color (decimal): -3522582 or 15351754. OLE color: 15351754.
HSL color Cylindrical-coordinate representation of color #CA3FEA: hue angle of 288.77º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA3FEA is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 63 | 234 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.08 |
| HSL | 288.77º | 0.8% | 0.58% | - |
| HSV(B) | 288.77º | 0.73% | 0.92% | - |
| XYZ | 40.99 | 22.05 | 79.94 | - |
| YUV | 124.06 | 190.05 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 63 | 234 | 0.14 | 0.73 | 0 | 0.08 | 288.77 | 0.8 | 0.58 |
| Hex | CA | 3F | EA | E | 49 | 0 | 8 | 121 | 50 | 3A |
| Octal | 312 | 77 | 352 | 16 | 111 | 0 | 10 | 441 | 120 | 72 |
| Binary | 11001010 | 111111 | 11101010 | 1110 | 1001001 | 0 | 1000 | 100100001 | 1010000 | 111010 |
Color Harmonies of #CA3FEA
Complementary color
Monochromatic Colors of #CA3FEA
Black with #CA3FEA
Text Example
Text Example
White with #CA3FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3FEA; }
p { color: rgb(202,63,234); }
H1.HeaderClassName
{
color: #CA3FEA;
}
.AnyTagClassName
{
color: #CA3FEA;
}
</style>
background-color css
<style>
a { background-color: #CA3FEA; }
a { background-color: rgb(202,63,234); }
div.DivClassName
{
background-color: #CA3FEA;
}
.BgClassName
{
background-color: #CA3FEA;
}
</style>
border-color css
<style>
span { border-color: #CA3FEA; }
span { border-color: rgb(202,63,234); }
td.TdClassName
{
border-color: #CA3FEA;
}
.TagClassName
{
border-color: #CA3FEA;
}
</style>