Shades of Medium Orchid #CA50E5
Tints of Medium Orchid #CA50E5
RGB
CMYK
RGB Variations
Color information
#CA50E5 (or 0xCA50E5) is known color: Medium Orchid. HEX triplet: CA, 50 and E5. RGB value is (202,80,229). Sum of RGB (Red+Green+Blue) = 202+80+229=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 80 (31.64% from 255 or 15.66% from 511); Blue value is 229 (89.84% from 255 or 44.81% from 511); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA50E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA50E5 is #35AF1A. Grayscale: #848484. Windows color (decimal): -3518235 or 15028426. OLE color: 15028426.
HSL color Cylindrical-coordinate representation of color #CA50E5: hue angle of 289.13º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA50E5 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 80 | 229 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.10 |
| HSL | 289.13º | 0.74% | 0.61% | - |
| HSV(B) | 289.13º | 0.65% | 0.9% | - |
| XYZ | 41.37 | 23.95 | 76.57 | - |
| YUV | 133.46 | 181.92 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 229 | 0.12 | 0.65 | 0 | 0.10 | 289.13 | 0.74 | 0.61 |
| Hex | CA | 50 | E5 | C | 41 | 0 | A | 121 | 4A | 3D |
| Octal | 312 | 120 | 345 | 14 | 101 | 0 | 12 | 441 | 112 | 75 |
| Binary | 11001010 | 1010000 | 11100101 | 1100 | 1000001 | 0 | 1010 | 100100001 | 1001010 | 111101 |
Color Harmonies of #CA50E5
Complementary color
Monochromatic Colors of #CA50E5
Black with #CA50E5
Text Example
Text Example
White with #CA50E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA50E5; }
p { color: rgb(202,80,229); }
H1.HeaderClassName
{
color: #CA50E5;
}
.AnyTagClassName
{
color: #CA50E5;
}
</style>
background-color css
<style>
a { background-color: #CA50E5; }
a { background-color: rgb(202,80,229); }
div.DivClassName
{
background-color: #CA50E5;
}
.BgClassName
{
background-color: #CA50E5;
}
</style>
border-color css
<style>
span { border-color: #CA50E5; }
span { border-color: rgb(202,80,229); }
td.TdClassName
{
border-color: #CA50E5;
}
.TagClassName
{
border-color: #CA50E5;
}
</style>