Shades of Medium Orchid #CA63E5
Tints of Medium Orchid #CA63E5
RGB
CMYK
RGB Variations
Color information
#CA63E5 (or 0xCA63E5) is known color: Medium Orchid. HEX triplet: CA, 63 and E5. RGB value is (202,99,229). Sum of RGB (Red+Green+Blue) = 202+99+229=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 99 (39.06% from 255 or 18.68% from 530); Blue value is 229 (89.84% from 255 or 43.21% from 530); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA63E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA63E5 is #359C1A. Grayscale: #909090. Windows color (decimal): -3513371 or 15033290. OLE color: 15033290.
HSL color Cylindrical-coordinate representation of color #CA63E5: hue angle of 287.54º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA63E5 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 99 | 229 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.10 |
| HSL | 287.54º | 0.71% | 0.64% | - |
| HSV(B) | 287.54º | 0.57% | 0.9% | - |
| XYZ | 42.96 | 27.14 | 77.1 | - |
| YUV | 144.62 | 175.62 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 229 | 0.12 | 0.57 | 0 | 0.10 | 287.54 | 0.71 | 0.64 |
| Hex | CA | 63 | E5 | C | 39 | 0 | A | 120 | 47 | 40 |
| Octal | 312 | 143 | 345 | 14 | 71 | 0 | 12 | 440 | 107 | 100 |
| Binary | 11001010 | 1100011 | 11100101 | 1100 | 111001 | 0 | 1010 | 100100000 | 1000111 | 1000000 |
Color Harmonies of #CA63E5
Complementary color
Monochromatic Colors of #CA63E5
Black with #CA63E5
Text Example
Text Example
White with #CA63E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA63E5; }
p { color: rgb(202,99,229); }
H1.HeaderClassName
{
color: #CA63E5;
}
.AnyTagClassName
{
color: #CA63E5;
}
</style>
background-color css
<style>
a { background-color: #CA63E5; }
a { background-color: rgb(202,99,229); }
div.DivClassName
{
background-color: #CA63E5;
}
.BgClassName
{
background-color: #CA63E5;
}
</style>
border-color css
<style>
span { border-color: #CA63E5; }
span { border-color: rgb(202,99,229); }
td.TdClassName
{
border-color: #CA63E5;
}
.TagClassName
{
border-color: #CA63E5;
}
</style>