Shades of Medium Orchid #CA3CEB
Tints of Medium Orchid #CA3CEB
RGB
CMYK
RGB Variations
Color information
#CA3CEB (or 0xCA3CEB) is known color: Medium Orchid. HEX triplet: CA, 3C and EB. RGB value is (202,60,235). Sum of RGB (Red+Green+Blue) = 202+60+235=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 60 (23.83% from 255 or 12.07% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA3CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3CEB is #35C314. Grayscale: #797979. Windows color (decimal): -3523349 or 15416522. OLE color: 15416522.
HSL color Cylindrical-coordinate representation of color #CA3CEB: hue angle of 288.69º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA3CEB is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 60 | 235 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.08 |
| HSL | 288.69º | 0.81% | 0.58% | - |
| HSV(B) | 288.69º | 0.74% | 0.92% | - |
| XYZ | 40.97 | 21.79 | 80.64 | - |
| YUV | 122.41 | 191.54 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 235 | 0.14 | 0.74 | 0 | 0.08 | 288.69 | 0.81 | 0.58 |
| Hex | CA | 3C | EB | E | 4A | 0 | 8 | 121 | 51 | 3A |
| Octal | 312 | 74 | 353 | 16 | 112 | 0 | 10 | 441 | 121 | 72 |
| Binary | 11001010 | 111100 | 11101011 | 1110 | 1001010 | 0 | 1000 | 100100001 | 1010001 | 111010 |
Color Harmonies of #CA3CEB
Complementary color
Monochromatic Colors of #CA3CEB
Black with #CA3CEB
Text Example
Text Example
White with #CA3CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3CEB; }
p { color: rgb(202,60,235); }
H1.HeaderClassName
{
color: #CA3CEB;
}
.AnyTagClassName
{
color: #CA3CEB;
}
</style>
background-color css
<style>
a { background-color: #CA3CEB; }
a { background-color: rgb(202,60,235); }
div.DivClassName
{
background-color: #CA3CEB;
}
.BgClassName
{
background-color: #CA3CEB;
}
</style>
border-color css
<style>
span { border-color: #CA3CEB; }
span { border-color: rgb(202,60,235); }
td.TdClassName
{
border-color: #CA3CEB;
}
.TagClassName
{
border-color: #CA3CEB;
}
</style>