Shades of Medium Orchid #CA40E9
Tints of Medium Orchid #CA40E9
RGB
CMYK
RGB Variations
Color information
#CA40E9 (or 0xCA40E9) is known color: Medium Orchid. HEX triplet: CA, 40 and E9. RGB value is (202,64,233). Sum of RGB (Red+Green+Blue) = 202+64+233=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 64 (25.39% from 255 or 12.83% from 499); Blue value is 233 (91.41% from 255 or 46.69% from 499); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA40E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA40E9 is #35BF16. Grayscale: #7B7B7B. Windows color (decimal): -3522327 or 15286474. OLE color: 15286474.
HSL color Cylindrical-coordinate representation of color #CA40E9: hue angle of 288.99º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA40E9 is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 64 | 233 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.09 |
| HSL | 288.99º | 0.79% | 0.58% | - |
| HSV(B) | 288.99º | 0.73% | 0.91% | - |
| XYZ | 40.9 | 22.11 | 79.2 | - |
| YUV | 124.53 | 189.22 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 233 | 0.13 | 0.73 | 0 | 0.09 | 288.99 | 0.79 | 0.58 |
| Hex | CA | 40 | E9 | D | 49 | 0 | 9 | 121 | 4F | 3A |
| Octal | 312 | 100 | 351 | 15 | 111 | 0 | 11 | 441 | 117 | 72 |
| Binary | 11001010 | 1000000 | 11101001 | 1101 | 1001001 | 0 | 1001 | 100100001 | 1001111 | 111010 |
Color Harmonies of #CA40E9
Complementary color
Monochromatic Colors of #CA40E9
Black with #CA40E9
Text Example
Text Example
White with #CA40E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA40E9; }
p { color: rgb(202,64,233); }
H1.HeaderClassName
{
color: #CA40E9;
}
.AnyTagClassName
{
color: #CA40E9;
}
</style>
background-color css
<style>
a { background-color: #CA40E9; }
a { background-color: rgb(202,64,233); }
div.DivClassName
{
background-color: #CA40E9;
}
.BgClassName
{
background-color: #CA40E9;
}
</style>
border-color css
<style>
span { border-color: #CA40E9; }
span { border-color: rgb(202,64,233); }
td.TdClassName
{
border-color: #CA40E9;
}
.TagClassName
{
border-color: #CA40E9;
}
</style>