Shades of Medium Orchid #CA44EC
Tints of Medium Orchid #CA44EC
RGB
CMYK
RGB Variations
Color information
#CA44EC (or 0xCA44EC) is known color: Medium Orchid. HEX triplet: CA, 44 and EC. RGB value is (202,68,236). Sum of RGB (Red+Green+Blue) = 202+68+236=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 68 (26.95% from 255 or 13.44% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA44EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA44EC is #35BB13. Grayscale: #7E7E7E. Windows color (decimal): -3521300 or 15484106. OLE color: 15484106.
HSL color Cylindrical-coordinate representation of color #CA44EC: hue angle of 287.86º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA44EC is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 68 | 236 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.07 |
| HSL | 287.86º | 0.82% | 0.6% | - |
| HSV(B) | 287.86º | 0.71% | 0.93% | - |
| XYZ | 41.56 | 22.75 | 81.56 | - |
| YUV | 127.22 | 189.39 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 68 | 236 | 0.14 | 0.71 | 0 | 0.07 | 287.86 | 0.82 | 0.6 |
| Hex | CA | 44 | EC | E | 47 | 0 | 7 | 120 | 52 | 3C |
| Octal | 312 | 104 | 354 | 16 | 107 | 0 | 7 | 440 | 122 | 74 |
| Binary | 11001010 | 1000100 | 11101100 | 1110 | 1000111 | 0 | 111 | 100100000 | 1010010 | 111100 |
Color Harmonies of #CA44EC
Complementary color
Monochromatic Colors of #CA44EC
Black with #CA44EC
Text Example
Text Example
White with #CA44EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA44EC; }
p { color: rgb(202,68,236); }
H1.HeaderClassName
{
color: #CA44EC;
}
.AnyTagClassName
{
color: #CA44EC;
}
</style>
background-color css
<style>
a { background-color: #CA44EC; }
a { background-color: rgb(202,68,236); }
div.DivClassName
{
background-color: #CA44EC;
}
.BgClassName
{
background-color: #CA44EC;
}
</style>
border-color css
<style>
span { border-color: #CA44EC; }
span { border-color: rgb(202,68,236); }
td.TdClassName
{
border-color: #CA44EC;
}
.TagClassName
{
border-color: #CA44EC;
}
</style>