Shades of Medium Orchid #CA60DD
Tints of Medium Orchid #CA60DD
RGB
CMYK
RGB Variations
Color information
#CA60DD (or 0xCA60DD) is known color: Medium Orchid. HEX triplet: CA, 60 and DD. RGB value is (202,96,221). Sum of RGB (Red+Green+Blue) = 202+96+221=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA60DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA60DD is #359F22. Grayscale: #8D8D8D. Windows color (decimal): -3514147 or 14508234. OLE color: 14508234.
HSL color Cylindrical-coordinate representation of color #CA60DD: hue angle of 290.88º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA60DD is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 96 | 221 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.13 |
| HSL | 290.88º | 0.65% | 0.62% | - |
| HSV(B) | 290.88º | 0.57% | 0.87% | - |
| XYZ | 41.59 | 26.14 | 71.26 | - |
| YUV | 141.94 | 172.62 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 221 | 0.09 | 0.57 | 0 | 0.13 | 290.88 | 0.65 | 0.62 |
| Hex | CA | 60 | DD | 9 | 39 | 0 | D | 123 | 41 | 3E |
| Octal | 312 | 140 | 335 | 11 | 71 | 0 | 15 | 443 | 101 | 76 |
| Binary | 11001010 | 1100000 | 11011101 | 1001 | 111001 | 0 | 1101 | 100100011 | 1000001 | 111110 |
Color Harmonies of #CA60DD
Complementary color
Monochromatic Colors of #CA60DD
Black with #CA60DD
Text Example
Text Example
White with #CA60DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA60DD; }
p { color: rgb(202,96,221); }
H1.HeaderClassName
{
color: #CA60DD;
}
.AnyTagClassName
{
color: #CA60DD;
}
</style>
background-color css
<style>
a { background-color: #CA60DD; }
a { background-color: rgb(202,96,221); }
div.DivClassName
{
background-color: #CA60DD;
}
.BgClassName
{
background-color: #CA60DD;
}
</style>
border-color css
<style>
span { border-color: #CA60DD; }
span { border-color: rgb(202,96,221); }
td.TdClassName
{
border-color: #CA60DD;
}
.TagClassName
{
border-color: #CA60DD;
}
</style>