Shades of Medium Orchid #CA41ED
Tints of Medium Orchid #CA41ED
RGB
CMYK
RGB Variations
Color information
#CA41ED (or 0xCA41ED) is known color: Medium Orchid. HEX triplet: CA, 41 and ED. RGB value is (202,65,237). Sum of RGB (Red+Green+Blue) = 202+65+237=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 65 (25.78% from 255 or 12.90% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA41ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA41ED is #35BE12. Grayscale: #7D7D7D. Windows color (decimal): -3522067 or 15548874. OLE color: 15548874.
HSL color Cylindrical-coordinate representation of color #CA41ED: hue angle of 287.79º 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 #CA41ED is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 65 | 237 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.07 |
| HSL | 287.79º | 0.83% | 0.59% | - |
| HSV(B) | 287.79º | 0.73% | 0.93% | - |
| XYZ | 41.53 | 22.45 | 82.27 | - |
| YUV | 125.57 | 190.89 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 237 | 0.15 | 0.73 | 0 | 0.07 | 287.79 | 0.83 | 0.59 |
| Hex | CA | 41 | ED | F | 49 | 0 | 7 | 120 | 53 | 3B |
| Octal | 312 | 101 | 355 | 17 | 111 | 0 | 7 | 440 | 123 | 73 |
| Binary | 11001010 | 1000001 | 11101101 | 1111 | 1001001 | 0 | 111 | 100100000 | 1010011 | 111011 |
Color Harmonies of #CA41ED
Complementary color
Monochromatic Colors of #CA41ED
Black with #CA41ED
Text Example
Text Example
White with #CA41ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA41ED; }
p { color: rgb(202,65,237); }
H1.HeaderClassName
{
color: #CA41ED;
}
.AnyTagClassName
{
color: #CA41ED;
}
</style>
background-color css
<style>
a { background-color: #CA41ED; }
a { background-color: rgb(202,65,237); }
div.DivClassName
{
background-color: #CA41ED;
}
.BgClassName
{
background-color: #CA41ED;
}
</style>
border-color css
<style>
span { border-color: #CA41ED; }
span { border-color: rgb(202,65,237); }
td.TdClassName
{
border-color: #CA41ED;
}
.TagClassName
{
border-color: #CA41ED;
}
</style>