Shades of Medium Orchid #CA51E5
Tints of Medium Orchid #CA51E5
RGB
CMYK
RGB Variations
Color information
#CA51E5 (or 0xCA51E5) is known color: Medium Orchid. HEX triplet: CA, 51 and E5. RGB value is (202,81,229). Sum of RGB (Red+Green+Blue) = 202+81+229=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 81 (32.03% from 255 or 15.82% from 512); Blue value is 229 (89.84% from 255 or 44.73% from 512); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA51E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA51E5 is #35AE1A. Grayscale: #858585. Windows color (decimal): -3517979 or 15028682. OLE color: 15028682.
HSL color Cylindrical-coordinate representation of color #CA51E5: hue angle of 289.05º 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 #CA51E5 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 81 | 229 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.10 |
| HSL | 289.05º | 0.74% | 0.61% | - |
| HSV(B) | 289.05º | 0.65% | 0.9% | - |
| XYZ | 41.44 | 24.1 | 76.6 | - |
| YUV | 134.05 | 181.59 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 229 | 0.12 | 0.65 | 0 | 0.10 | 289.05 | 0.74 | 0.61 |
| Hex | CA | 51 | E5 | C | 41 | 0 | A | 121 | 4A | 3D |
| Octal | 312 | 121 | 345 | 14 | 101 | 0 | 12 | 441 | 112 | 75 |
| Binary | 11001010 | 1010001 | 11100101 | 1100 | 1000001 | 0 | 1010 | 100100001 | 1001010 | 111101 |
Color Harmonies of #CA51E5
Complementary color
Monochromatic Colors of #CA51E5
Black with #CA51E5
Text Example
Text Example
White with #CA51E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA51E5; }
p { color: rgb(202,81,229); }
H1.HeaderClassName
{
color: #CA51E5;
}
.AnyTagClassName
{
color: #CA51E5;
}
</style>
background-color css
<style>
a { background-color: #CA51E5; }
a { background-color: rgb(202,81,229); }
div.DivClassName
{
background-color: #CA51E5;
}
.BgClassName
{
background-color: #CA51E5;
}
</style>
border-color css
<style>
span { border-color: #CA51E5; }
span { border-color: rgb(202,81,229); }
td.TdClassName
{
border-color: #CA51E5;
}
.TagClassName
{
border-color: #CA51E5;
}
</style>