Shades of Medium Orchid #CA61D9
Tints of Medium Orchid #CA61D9
RGB
CMYK
RGB Variations
Color information
#CA61D9 (or 0xCA61D9) is known color: Medium Orchid. HEX triplet: CA, 61 and D9. RGB value is (202,97,217). Sum of RGB (Red+Green+Blue) = 202+97+217=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 97 (38.28% from 255 or 18.80% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA61D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA61D9 is #359E26. Grayscale: #8D8D8D. Windows color (decimal): -3513895 or 14246346. OLE color: 14246346.
HSL color Cylindrical-coordinate representation of color #CA61D9: hue angle of 292.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA61D9 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 97 | 217 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.15 |
| HSL | 292.5º | 0.61% | 0.62% | - |
| HSV(B) | 292.5º | 0.55% | 0.85% | - |
| XYZ | 41.16 | 26.12 | 68.52 | - |
| YUV | 142.08 | 170.29 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 97 | 217 | 0.07 | 0.55 | 0 | 0.15 | 292.5 | 0.61 | 0.62 |
| Hex | CA | 61 | D9 | 7 | 37 | 0 | F | 124 | 3D | 3E |
| Octal | 312 | 141 | 331 | 7 | 67 | 0 | 17 | 444 | 75 | 76 |
| Binary | 11001010 | 1100001 | 11011001 | 111 | 110111 | 0 | 1111 | 100100100 | 111101 | 111110 |
Color Harmonies of #CA61D9
Complementary color
Monochromatic Colors of #CA61D9
Black with #CA61D9
Text Example
Text Example
White with #CA61D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA61D9; }
p { color: rgb(202,97,217); }
H1.HeaderClassName
{
color: #CA61D9;
}
.AnyTagClassName
{
color: #CA61D9;
}
</style>
background-color css
<style>
a { background-color: #CA61D9; }
a { background-color: rgb(202,97,217); }
div.DivClassName
{
background-color: #CA61D9;
}
.BgClassName
{
background-color: #CA61D9;
}
</style>
border-color css
<style>
span { border-color: #CA61D9; }
span { border-color: rgb(202,97,217); }
td.TdClassName
{
border-color: #CA61D9;
}
.TagClassName
{
border-color: #CA61D9;
}
</style>