Shades of Medium Orchid #CA60E9
Tints of Medium Orchid #CA60E9
RGB
CMYK
RGB Variations
Color information
#CA60E9 (or 0xCA60E9) is known color: Medium Orchid. HEX triplet: CA, 60 and E9. RGB value is (202,96,233). Sum of RGB (Red+Green+Blue) = 202+96+233=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 96 (37.89% from 255 or 18.08% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA60E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA60E9 is #359F16. Grayscale: #8E8E8E. Windows color (decimal): -3514135 or 15294666. OLE color: 15294666.
HSL color Cylindrical-coordinate representation of color #CA60E9: hue angle of 286.42º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA60E9 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 96 | 233 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.09 |
| HSL | 286.42º | 0.76% | 0.65% | - |
| HSV(B) | 286.42º | 0.59% | 0.91% | - |
| XYZ | 43.25 | 26.81 | 79.99 | - |
| YUV | 143.31 | 178.62 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 233 | 0.13 | 0.59 | 0 | 0.09 | 286.42 | 0.76 | 0.65 |
| Hex | CA | 60 | E9 | D | 3B | 0 | 9 | 11E | 4C | 41 |
| Octal | 312 | 140 | 351 | 15 | 73 | 0 | 11 | 436 | 114 | 101 |
| Binary | 11001010 | 1100000 | 11101001 | 1101 | 111011 | 0 | 1001 | 100011110 | 1001100 | 1000001 |
Color Harmonies of #CA60E9
Complementary color
Monochromatic Colors of #CA60E9
Black with #CA60E9
Text Example
Text Example
White with #CA60E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA60E9; }
p { color: rgb(202,96,233); }
H1.HeaderClassName
{
color: #CA60E9;
}
.AnyTagClassName
{
color: #CA60E9;
}
</style>
background-color css
<style>
a { background-color: #CA60E9; }
a { background-color: rgb(202,96,233); }
div.DivClassName
{
background-color: #CA60E9;
}
.BgClassName
{
background-color: #CA60E9;
}
</style>
border-color css
<style>
span { border-color: #CA60E9; }
span { border-color: rgb(202,96,233); }
td.TdClassName
{
border-color: #CA60E9;
}
.TagClassName
{
border-color: #CA60E9;
}
</style>