Shades of Medium Orchid #CA3CEC
Tints of Medium Orchid #CA3CEC
RGB
CMYK
RGB Variations
Color information
#CA3CEC (or 0xCA3CEC) is known color: Medium Orchid. HEX triplet: CA, 3C and EC. RGB value is (202,60,236). Sum of RGB (Red+Green+Blue) = 202+60+236=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 60 (23.83% from 255 or 12.05% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA3CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3CEC is #35C313. Grayscale: #797979. Windows color (decimal): -3523348 or 15482058. OLE color: 15482058.
HSL color Cylindrical-coordinate representation of color #CA3CEC: hue angle of 288.41º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA3CEC is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 60 | 236 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.07 |
| HSL | 288.41º | 0.82% | 0.58% | - |
| HSV(B) | 288.41º | 0.75% | 0.93% | - |
| XYZ | 41.11 | 21.84 | 81.41 | - |
| YUV | 122.52 | 192.04 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 236 | 0.14 | 0.75 | 0 | 0.07 | 288.41 | 0.82 | 0.58 |
| Hex | CA | 3C | EC | E | 4B | 0 | 7 | 120 | 52 | 3A |
| Octal | 312 | 74 | 354 | 16 | 113 | 0 | 7 | 440 | 122 | 72 |
| Binary | 11001010 | 111100 | 11101100 | 1110 | 1001011 | 0 | 111 | 100100000 | 1010010 | 111010 |
Color Harmonies of #CA3CEC
Complementary color
Monochromatic Colors of #CA3CEC
Black with #CA3CEC
Text Example
Text Example
White with #CA3CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3CEC; }
p { color: rgb(202,60,236); }
H1.HeaderClassName
{
color: #CA3CEC;
}
.AnyTagClassName
{
color: #CA3CEC;
}
</style>
background-color css
<style>
a { background-color: #CA3CEC; }
a { background-color: rgb(202,60,236); }
div.DivClassName
{
background-color: #CA3CEC;
}
.BgClassName
{
background-color: #CA3CEC;
}
</style>
border-color css
<style>
span { border-color: #CA3CEC; }
span { border-color: rgb(202,60,236); }
td.TdClassName
{
border-color: #CA3CEC;
}
.TagClassName
{
border-color: #CA3CEC;
}
</style>