Shades of Medium Orchid #CA61D5
Tints of Medium Orchid #CA61D5
RGB
CMYK
RGB Variations
Color information
#CA61D5 (or 0xCA61D5) is known color: Medium Orchid. HEX triplet: CA, 61 and D5. RGB value is (202,97,213). Sum of RGB (Red+Green+Blue) = 202+97+213=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 97 (38.28% from 255 or 18.95% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA61D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA61D5 is #359E2A. Grayscale: #8D8D8D. Windows color (decimal): -3513899 or 13984202. OLE color: 13984202.
HSL color Cylindrical-coordinate representation of color #CA61D5: hue angle of 294.31º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA61D5 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 97 | 213 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.16 |
| HSL | 294.31º | 0.58% | 0.61% | - |
| HSV(B) | 294.31º | 0.54% | 0.84% | - |
| XYZ | 40.64 | 25.91 | 65.81 | - |
| YUV | 141.62 | 168.29 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 97 | 213 | 0.05 | 0.54 | 0 | 0.16 | 294.31 | 0.58 | 0.61 |
| Hex | CA | 61 | D5 | 5 | 36 | 0 | 10 | 126 | 3A | 3D |
| Octal | 312 | 141 | 325 | 5 | 66 | 0 | 20 | 446 | 72 | 75 |
| Binary | 11001010 | 1100001 | 11010101 | 101 | 110110 | 0 | 10000 | 100100110 | 111010 | 111101 |
Color Harmonies of #CA61D5
Complementary color
Monochromatic Colors of #CA61D5
Black with #CA61D5
Text Example
Text Example
White with #CA61D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA61D5; }
p { color: rgb(202,97,213); }
H1.HeaderClassName
{
color: #CA61D5;
}
.AnyTagClassName
{
color: #CA61D5;
}
</style>
background-color css
<style>
a { background-color: #CA61D5; }
a { background-color: rgb(202,97,213); }
div.DivClassName
{
background-color: #CA61D5;
}
.BgClassName
{
background-color: #CA61D5;
}
</style>
border-color css
<style>
span { border-color: #CA61D5; }
span { border-color: rgb(202,97,213); }
td.TdClassName
{
border-color: #CA61D5;
}
.TagClassName
{
border-color: #CA61D5;
}
</style>