Shades of Medium Orchid #CA62D9
Tints of Medium Orchid #CA62D9
RGB
CMYK
RGB Variations
Color information
#CA62D9 (or 0xCA62D9) is known color: Medium Orchid. HEX triplet: CA, 62 and D9. RGB value is (202,98,217). Sum of RGB (Red+Green+Blue) = 202+98+217=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 98 (38.67% from 255 or 18.96% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA62D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA62D9 is #359D26. Grayscale: #8E8E8E. Windows color (decimal): -3513639 or 14246602. OLE color: 14246602.
HSL color Cylindrical-coordinate representation of color #CA62D9: hue angle of 292.44º 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 #CA62D9 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 98 | 217 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.15 |
| HSL | 292.44º | 0.61% | 0.62% | - |
| HSV(B) | 292.44º | 0.55% | 0.85% | - |
| XYZ | 41.25 | 26.3 | 68.55 | - |
| YUV | 142.66 | 169.96 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 98 | 217 | 0.07 | 0.55 | 0 | 0.15 | 292.44 | 0.61 | 0.62 |
| Hex | CA | 62 | D9 | 7 | 37 | 0 | F | 124 | 3D | 3E |
| Octal | 312 | 142 | 331 | 7 | 67 | 0 | 17 | 444 | 75 | 76 |
| Binary | 11001010 | 1100010 | 11011001 | 111 | 110111 | 0 | 1111 | 100100100 | 111101 | 111110 |
Color Harmonies of #CA62D9
Complementary color
Monochromatic Colors of #CA62D9
Black with #CA62D9
Text Example
Text Example
White with #CA62D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA62D9; }
p { color: rgb(202,98,217); }
H1.HeaderClassName
{
color: #CA62D9;
}
.AnyTagClassName
{
color: #CA62D9;
}
</style>
background-color css
<style>
a { background-color: #CA62D9; }
a { background-color: rgb(202,98,217); }
div.DivClassName
{
background-color: #CA62D9;
}
.BgClassName
{
background-color: #CA62D9;
}
</style>
border-color css
<style>
span { border-color: #CA62D9; }
span { border-color: rgb(202,98,217); }
td.TdClassName
{
border-color: #CA62D9;
}
.TagClassName
{
border-color: #CA62D9;
}
</style>