Shades of Medium Orchid #CA60EC
Tints of Medium Orchid #CA60EC
RGB
CMYK
RGB Variations
Color information
#CA60EC (or 0xCA60EC) is known color: Medium Orchid. HEX triplet: CA, 60 and EC. RGB value is (202,96,236). Sum of RGB (Red+Green+Blue) = 202+96+236=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 96 (37.89% from 255 or 17.98% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA60EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA60EC is #359F13. Grayscale: #8F8F8F. Windows color (decimal): -3514132 or 15491274. OLE color: 15491274.
HSL color Cylindrical-coordinate representation of color #CA60EC: hue angle of 285.43º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA60EC is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 96 | 236 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.07 |
| HSL | 285.43º | 0.79% | 0.65% | - |
| HSV(B) | 285.43º | 0.59% | 0.93% | - |
| XYZ | 43.68 | 26.98 | 82.26 | - |
| YUV | 143.65 | 180.12 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 236 | 0.14 | 0.59 | 0 | 0.07 | 285.43 | 0.79 | 0.65 |
| Hex | CA | 60 | EC | E | 3B | 0 | 7 | 11D | 4F | 41 |
| Octal | 312 | 140 | 354 | 16 | 73 | 0 | 7 | 435 | 117 | 101 |
| Binary | 11001010 | 1100000 | 11101100 | 1110 | 111011 | 0 | 111 | 100011101 | 1001111 | 1000001 |
Color Harmonies of #CA60EC
Complementary color
Monochromatic Colors of #CA60EC
Black with #CA60EC
Text Example
Text Example
White with #CA60EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA60EC; }
p { color: rgb(202,96,236); }
H1.HeaderClassName
{
color: #CA60EC;
}
.AnyTagClassName
{
color: #CA60EC;
}
</style>
background-color css
<style>
a { background-color: #CA60EC; }
a { background-color: rgb(202,96,236); }
div.DivClassName
{
background-color: #CA60EC;
}
.BgClassName
{
background-color: #CA60EC;
}
</style>
border-color css
<style>
span { border-color: #CA60EC; }
span { border-color: rgb(202,96,236); }
td.TdClassName
{
border-color: #CA60EC;
}
.TagClassName
{
border-color: #CA60EC;
}
</style>