Shades of Medium Orchid #CA40ED
Tints of Medium Orchid #CA40ED
RGB
CMYK
RGB Variations
Color information
#CA40ED (or 0xCA40ED) is known color: Medium Orchid. HEX triplet: CA, 40 and ED. RGB value is (202,64,237). Sum of RGB (Red+Green+Blue) = 202+64+237=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 64 (25.39% from 255 or 12.72% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA40ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA40ED is #35BF12. Grayscale: #7C7C7C. Windows color (decimal): -3522323 or 15548618. OLE color: 15548618.
HSL color Cylindrical-coordinate representation of color #CA40ED: hue angle of 287.86º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA40ED is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 64 | 237 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.07 |
| HSL | 287.86º | 0.83% | 0.59% | - |
| HSV(B) | 287.86º | 0.73% | 0.93% | - |
| XYZ | 41.48 | 22.34 | 82.25 | - |
| YUV | 124.98 | 191.22 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 237 | 0.15 | 0.73 | 0 | 0.07 | 287.86 | 0.83 | 0.59 |
| Hex | CA | 40 | ED | F | 49 | 0 | 7 | 120 | 53 | 3B |
| Octal | 312 | 100 | 355 | 17 | 111 | 0 | 7 | 440 | 123 | 73 |
| Binary | 11001010 | 1000000 | 11101101 | 1111 | 1001001 | 0 | 111 | 100100000 | 1010011 | 111011 |
Color Harmonies of #CA40ED
Complementary color
Monochromatic Colors of #CA40ED
Black with #CA40ED
Text Example
Text Example
White with #CA40ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA40ED; }
p { color: rgb(202,64,237); }
H1.HeaderClassName
{
color: #CA40ED;
}
.AnyTagClassName
{
color: #CA40ED;
}
</style>
background-color css
<style>
a { background-color: #CA40ED; }
a { background-color: rgb(202,64,237); }
div.DivClassName
{
background-color: #CA40ED;
}
.BgClassName
{
background-color: #CA40ED;
}
</style>
border-color css
<style>
span { border-color: #CA40ED; }
span { border-color: rgb(202,64,237); }
td.TdClassName
{
border-color: #CA40ED;
}
.TagClassName
{
border-color: #CA40ED;
}
</style>