Shades of Medium Orchid #CA58D5
Tints of Medium Orchid #CA58D5
RGB
CMYK
RGB Variations
Color information
#CA58D5 (or 0xCA58D5) is known color: Medium Orchid. HEX triplet: CA, 58 and D5. RGB value is (202,88,213). Sum of RGB (Red+Green+Blue) = 202+88+213=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 213 (83.59% from 255 or 42.35% from 503); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA58D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA58D5 is #35A72A. Grayscale: #878787. Windows color (decimal): -3516203 or 13981898. OLE color: 13981898.
HSL color Cylindrical-coordinate representation of color #CA58D5: hue angle of 294.72º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA58D5 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 88 | 213 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.16 |
| HSL | 294.72º | 0.6% | 0.59% | - |
| HSV(B) | 294.72º | 0.59% | 0.84% | - |
| XYZ | 39.86 | 24.34 | 65.55 | - |
| YUV | 136.34 | 171.27 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 88 | 213 | 0.05 | 0.59 | 0 | 0.16 | 294.72 | 0.6 | 0.59 |
| Hex | CA | 58 | D5 | 5 | 3B | 0 | 10 | 127 | 3C | 3B |
| Octal | 312 | 130 | 325 | 5 | 73 | 0 | 20 | 447 | 74 | 73 |
| Binary | 11001010 | 1011000 | 11010101 | 101 | 111011 | 0 | 10000 | 100100111 | 111100 | 111011 |
Color Harmonies of #CA58D5
Complementary color
Monochromatic Colors of #CA58D5
Black with #CA58D5
Text Example
Text Example
White with #CA58D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA58D5; }
p { color: rgb(202,88,213); }
H1.HeaderClassName
{
color: #CA58D5;
}
.AnyTagClassName
{
color: #CA58D5;
}
</style>
background-color css
<style>
a { background-color: #CA58D5; }
a { background-color: rgb(202,88,213); }
div.DivClassName
{
background-color: #CA58D5;
}
.BgClassName
{
background-color: #CA58D5;
}
</style>
border-color css
<style>
span { border-color: #CA58D5; }
span { border-color: rgb(202,88,213); }
td.TdClassName
{
border-color: #CA58D5;
}
.TagClassName
{
border-color: #CA58D5;
}
</style>