Shades of Medium Orchid #CA38E5
Tints of Medium Orchid #CA38E5
RGB
CMYK
RGB Variations
Color information
#CA38E5 (or 0xCA38E5) is known color: Medium Orchid. HEX triplet: CA, 38 and E5. RGB value is (202,56,229). Sum of RGB (Red+Green+Blue) = 202+56+229=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 56 (22.27% from 255 or 11.50% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA38E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA38E5 is #35C71A. Grayscale: #767676. Windows color (decimal): -3524379 or 15022282. OLE color: 15022282.
HSL color Cylindrical-coordinate representation of color #CA38E5: hue angle of 290.64º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA38E5 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 56 | 229 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.10 |
| HSL | 290.64º | 0.77% | 0.56% | - |
| HSV(B) | 290.64º | 0.76% | 0.9% | - |
| XYZ | 39.91 | 21.04 | 76.09 | - |
| YUV | 119.38 | 189.87 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 56 | 229 | 0.12 | 0.76 | 0 | 0.10 | 290.64 | 0.77 | 0.56 |
| Hex | CA | 38 | E5 | C | 4C | 0 | A | 123 | 4D | 38 |
| Octal | 312 | 70 | 345 | 14 | 114 | 0 | 12 | 443 | 115 | 70 |
| Binary | 11001010 | 111000 | 11100101 | 1100 | 1001100 | 0 | 1010 | 100100011 | 1001101 | 111000 |
Color Harmonies of #CA38E5
Complementary color
Monochromatic Colors of #CA38E5
Black with #CA38E5
Text Example
Text Example
White with #CA38E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA38E5; }
p { color: rgb(202,56,229); }
H1.HeaderClassName
{
color: #CA38E5;
}
.AnyTagClassName
{
color: #CA38E5;
}
</style>
background-color css
<style>
a { background-color: #CA38E5; }
a { background-color: rgb(202,56,229); }
div.DivClassName
{
background-color: #CA38E5;
}
.BgClassName
{
background-color: #CA38E5;
}
</style>
border-color css
<style>
span { border-color: #CA38E5; }
span { border-color: rgb(202,56,229); }
td.TdClassName
{
border-color: #CA38E5;
}
.TagClassName
{
border-color: #CA38E5;
}
</style>