Shades of Medium Orchid #CA51EC
Tints of Medium Orchid #CA51EC
RGB
CMYK
RGB Variations
Color information
#CA51EC (or 0xCA51EC) is known color: Medium Orchid. HEX triplet: CA, 51 and EC. RGB value is (202,81,236). Sum of RGB (Red+Green+Blue) = 202+81+236=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 81 (32.03% from 255 or 15.61% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA51EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA51EC is #35AE13. Grayscale: #868686. Windows color (decimal): -3517972 or 15487434. OLE color: 15487434.
HSL color Cylindrical-coordinate representation of color #CA51EC: hue angle of 286.84º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA51EC is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 81 | 236 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.07 |
| HSL | 286.84º | 0.8% | 0.62% | - |
| HSV(B) | 286.84º | 0.66% | 0.93% | - |
| XYZ | 42.44 | 24.5 | 81.85 | - |
| YUV | 134.85 | 185.09 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 236 | 0.14 | 0.66 | 0 | 0.07 | 286.84 | 0.8 | 0.62 |
| Hex | CA | 51 | EC | E | 42 | 0 | 7 | 11F | 50 | 3E |
| Octal | 312 | 121 | 354 | 16 | 102 | 0 | 7 | 437 | 120 | 76 |
| Binary | 11001010 | 1010001 | 11101100 | 1110 | 1000010 | 0 | 111 | 100011111 | 1010000 | 111110 |
Color Harmonies of #CA51EC
Complementary color
Monochromatic Colors of #CA51EC
Black with #CA51EC
Text Example
Text Example
White with #CA51EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA51EC; }
p { color: rgb(202,81,236); }
H1.HeaderClassName
{
color: #CA51EC;
}
.AnyTagClassName
{
color: #CA51EC;
}
</style>
background-color css
<style>
a { background-color: #CA51EC; }
a { background-color: rgb(202,81,236); }
div.DivClassName
{
background-color: #CA51EC;
}
.BgClassName
{
background-color: #CA51EC;
}
</style>
border-color css
<style>
span { border-color: #CA51EC; }
span { border-color: rgb(202,81,236); }
td.TdClassName
{
border-color: #CA51EC;
}
.TagClassName
{
border-color: #CA51EC;
}
</style>