Shades of Medium Orchid #CA62DD
Tints of Medium Orchid #CA62DD
RGB
CMYK
RGB Variations
Color information
#CA62DD (or 0xCA62DD) is known color: Medium Orchid. HEX triplet: CA, 62 and DD. RGB value is (202,98,221). Sum of RGB (Red+Green+Blue) = 202+98+221=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 98 (38.67% from 255 or 18.81% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA62DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA62DD is #359D22. Grayscale: #8E8E8E. Windows color (decimal): -3513635 or 14508746. OLE color: 14508746.
HSL color Cylindrical-coordinate representation of color #CA62DD: hue angle of 290.73º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA62DD is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 98 | 221 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.13 |
| HSL | 290.73º | 0.64% | 0.63% | - |
| HSV(B) | 290.73º | 0.56% | 0.87% | - |
| XYZ | 41.78 | 26.51 | 71.32 | - |
| YUV | 143.12 | 171.96 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 98 | 221 | 0.09 | 0.56 | 0 | 0.13 | 290.73 | 0.64 | 0.63 |
| Hex | CA | 62 | DD | 9 | 38 | 0 | D | 123 | 40 | 3F |
| Octal | 312 | 142 | 335 | 11 | 70 | 0 | 15 | 443 | 100 | 77 |
| Binary | 11001010 | 1100010 | 11011101 | 1001 | 111000 | 0 | 1101 | 100100011 | 1000000 | 111111 |
Color Harmonies of #CA62DD
Complementary color
Monochromatic Colors of #CA62DD
Black with #CA62DD
Text Example
Text Example
White with #CA62DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA62DD; }
p { color: rgb(202,98,221); }
H1.HeaderClassName
{
color: #CA62DD;
}
.AnyTagClassName
{
color: #CA62DD;
}
</style>
background-color css
<style>
a { background-color: #CA62DD; }
a { background-color: rgb(202,98,221); }
div.DivClassName
{
background-color: #CA62DD;
}
.BgClassName
{
background-color: #CA62DD;
}
</style>
border-color css
<style>
span { border-color: #CA62DD; }
span { border-color: rgb(202,98,221); }
td.TdClassName
{
border-color: #CA62DD;
}
.TagClassName
{
border-color: #CA62DD;
}
</style>