Shades of Medium Orchid #CA3FEC
Tints of Medium Orchid #CA3FEC
RGB
CMYK
RGB Variations
Color information
#CA3FEC (or 0xCA3FEC) is known color: Medium Orchid. HEX triplet: CA, 3F and EC. RGB value is (202,63,236). Sum of RGB (Red+Green+Blue) = 202+63+236=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 63 (25% from 255 or 12.57% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA3FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3FEC is #35C013. Grayscale: #7B7B7B. Windows color (decimal): -3522580 or 15482826. OLE color: 15482826.
HSL color Cylindrical-coordinate representation of color #CA3FEC: hue angle of 288.21º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA3FEC is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 63 | 236 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.07 |
| HSL | 288.21º | 0.82% | 0.59% | - |
| HSV(B) | 288.21º | 0.73% | 0.93% | - |
| XYZ | 41.27 | 22.17 | 81.46 | - |
| YUV | 124.28 | 191.05 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 63 | 236 | 0.14 | 0.73 | 0 | 0.07 | 288.21 | 0.82 | 0.59 |
| Hex | CA | 3F | EC | E | 49 | 0 | 7 | 120 | 52 | 3B |
| Octal | 312 | 77 | 354 | 16 | 111 | 0 | 7 | 440 | 122 | 73 |
| Binary | 11001010 | 111111 | 11101100 | 1110 | 1001001 | 0 | 111 | 100100000 | 1010010 | 111011 |
Color Harmonies of #CA3FEC
Complementary color
Monochromatic Colors of #CA3FEC
Black with #CA3FEC
Text Example
Text Example
White with #CA3FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3FEC; }
p { color: rgb(202,63,236); }
H1.HeaderClassName
{
color: #CA3FEC;
}
.AnyTagClassName
{
color: #CA3FEC;
}
</style>
background-color css
<style>
a { background-color: #CA3FEC; }
a { background-color: rgb(202,63,236); }
div.DivClassName
{
background-color: #CA3FEC;
}
.BgClassName
{
background-color: #CA3FEC;
}
</style>
border-color css
<style>
span { border-color: #CA3FEC; }
span { border-color: rgb(202,63,236); }
td.TdClassName
{
border-color: #CA3FEC;
}
.TagClassName
{
border-color: #CA3FEC;
}
</style>