Shades of Medium Orchid #CA60ED
Tints of Medium Orchid #CA60ED
RGB
CMYK
RGB Variations
Color information
#CA60ED (or 0xCA60ED) is known color: Medium Orchid. HEX triplet: CA, 60 and ED. RGB value is (202,96,237). Sum of RGB (Red+Green+Blue) = 202+96+237=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 96 (37.89% from 255 or 17.94% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA60ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA60ED is #359F12. Grayscale: #8F8F8F. Windows color (decimal): -3514131 or 15556810. OLE color: 15556810.
HSL color Cylindrical-coordinate representation of color #CA60ED: hue angle of 285.11º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA60ED is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 96 | 237 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.07 |
| HSL | 285.11º | 0.8% | 0.65% | - |
| HSV(B) | 285.11º | 0.59% | 0.93% | - |
| XYZ | 43.83 | 27.04 | 83.03 | - |
| YUV | 143.77 | 180.62 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 237 | 0.15 | 0.59 | 0 | 0.07 | 285.11 | 0.8 | 0.65 |
| Hex | CA | 60 | ED | F | 3B | 0 | 7 | 11D | 50 | 41 |
| Octal | 312 | 140 | 355 | 17 | 73 | 0 | 7 | 435 | 120 | 101 |
| Binary | 11001010 | 1100000 | 11101101 | 1111 | 111011 | 0 | 111 | 100011101 | 1010000 | 1000001 |
Color Harmonies of #CA60ED
Complementary color
Monochromatic Colors of #CA60ED
Black with #CA60ED
Text Example
Text Example
White with #CA60ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA60ED; }
p { color: rgb(202,96,237); }
H1.HeaderClassName
{
color: #CA60ED;
}
.AnyTagClassName
{
color: #CA60ED;
}
</style>
background-color css
<style>
a { background-color: #CA60ED; }
a { background-color: rgb(202,96,237); }
div.DivClassName
{
background-color: #CA60ED;
}
.BgClassName
{
background-color: #CA60ED;
}
</style>
border-color css
<style>
span { border-color: #CA60ED; }
span { border-color: rgb(202,96,237); }
td.TdClassName
{
border-color: #CA60ED;
}
.TagClassName
{
border-color: #CA60ED;
}
</style>