Shades of Medium Orchid #CA46EC
Tints of Medium Orchid #CA46EC
RGB
CMYK
RGB Variations
Color information
#CA46EC (or 0xCA46EC) is known color: Medium Orchid. HEX triplet: CA, 46 and EC. RGB value is (202,70,236). Sum of RGB (Red+Green+Blue) = 202+70+236=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 70 (27.73% from 255 or 13.78% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA46EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA46EC is #35B913. Grayscale: #7F7F7F. Windows color (decimal): -3520788 or 15484618. OLE color: 15484618.
HSL color Cylindrical-coordinate representation of color #CA46EC: hue angle of 287.71º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA46EC is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 70 | 236 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.07 |
| HSL | 287.71º | 0.81% | 0.6% | - |
| HSV(B) | 287.71º | 0.7% | 0.93% | - |
| XYZ | 41.69 | 22.99 | 81.6 | - |
| YUV | 128.39 | 188.73 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 236 | 0.14 | 0.70 | 0 | 0.07 | 287.71 | 0.81 | 0.6 |
| Hex | CA | 46 | EC | E | 46 | 0 | 7 | 120 | 51 | 3C |
| Octal | 312 | 106 | 354 | 16 | 106 | 0 | 7 | 440 | 121 | 74 |
| Binary | 11001010 | 1000110 | 11101100 | 1110 | 1000110 | 0 | 111 | 100100000 | 1010001 | 111100 |
Color Harmonies of #CA46EC
Complementary color
Monochromatic Colors of #CA46EC
Black with #CA46EC
Text Example
Text Example
White with #CA46EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA46EC; }
p { color: rgb(202,70,236); }
H1.HeaderClassName
{
color: #CA46EC;
}
.AnyTagClassName
{
color: #CA46EC;
}
</style>
background-color css
<style>
a { background-color: #CA46EC; }
a { background-color: rgb(202,70,236); }
div.DivClassName
{
background-color: #CA46EC;
}
.BgClassName
{
background-color: #CA46EC;
}
</style>
border-color css
<style>
span { border-color: #CA46EC; }
span { border-color: rgb(202,70,236); }
td.TdClassName
{
border-color: #CA46EC;
}
.TagClassName
{
border-color: #CA46EC;
}
</style>