Shades of Medium Orchid #CA41EC
Tints of Medium Orchid #CA41EC
RGB
CMYK
RGB Variations
Color information
#CA41EC (or 0xCA41EC) is known color: Medium Orchid. HEX triplet: CA, 41 and EC. RGB value is (202,65,236). Sum of RGB (Red+Green+Blue) = 202+65+236=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 65 (25.78% from 255 or 12.92% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA41EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA41EC is #35BE13. Grayscale: #7C7C7C. Windows color (decimal): -3522068 or 15483338. OLE color: 15483338.
HSL color Cylindrical-coordinate representation of color #CA41EC: hue angle of 288.07º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA41EC is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 65 | 236 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.07 |
| HSL | 288.07º | 0.82% | 0.59% | - |
| HSV(B) | 288.07º | 0.72% | 0.93% | - |
| XYZ | 41.39 | 22.39 | 81.5 | - |
| YUV | 125.46 | 190.39 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 236 | 0.14 | 0.72 | 0 | 0.07 | 288.07 | 0.82 | 0.59 |
| Hex | CA | 41 | EC | E | 48 | 0 | 7 | 120 | 52 | 3B |
| Octal | 312 | 101 | 354 | 16 | 110 | 0 | 7 | 440 | 122 | 73 |
| Binary | 11001010 | 1000001 | 11101100 | 1110 | 1001000 | 0 | 111 | 100100000 | 1010010 | 111011 |
Color Harmonies of #CA41EC
Complementary color
Monochromatic Colors of #CA41EC
Black with #CA41EC
Text Example
Text Example
White with #CA41EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA41EC; }
p { color: rgb(202,65,236); }
H1.HeaderClassName
{
color: #CA41EC;
}
.AnyTagClassName
{
color: #CA41EC;
}
</style>
background-color css
<style>
a { background-color: #CA41EC; }
a { background-color: rgb(202,65,236); }
div.DivClassName
{
background-color: #CA41EC;
}
.BgClassName
{
background-color: #CA41EC;
}
</style>
border-color css
<style>
span { border-color: #CA41EC; }
span { border-color: rgb(202,65,236); }
td.TdClassName
{
border-color: #CA41EC;
}
.TagClassName
{
border-color: #CA41EC;
}
</style>