Shades of Medium Orchid #CA4EF1
Tints of Medium Orchid #CA4EF1
RGB
CMYK
RGB Variations
Color information
#CA4EF1 (or 0xCA4EF1) is known color: Medium Orchid. HEX triplet: CA, 4E and F1. RGB value is (202,78,241). Sum of RGB (Red+Green+Blue) = 202+78+241=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 78 (30.86% from 255 or 14.97% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA4EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA4EF1 is #35B10E. Grayscale: #858585. Windows color (decimal): -3518735 or 15814346. OLE color: 15814346.
HSL color Cylindrical-coordinate representation of color #CA4EF1: hue angle of 285.64º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4EF1 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 78 | 241 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.05 |
| HSL | 285.64º | 0.85% | 0.63% | - |
| HSV(B) | 285.64º | 0.68% | 0.95% | - |
| XYZ | 42.96 | 24.36 | 85.66 | - |
| YUV | 133.66 | 188.58 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 78 | 241 | 0.16 | 0.68 | 0 | 0.05 | 285.64 | 0.85 | 0.63 |
| Hex | CA | 4E | F1 | 10 | 44 | 0 | 5 | 11E | 55 | 3F |
| Octal | 312 | 116 | 361 | 20 | 104 | 0 | 5 | 436 | 125 | 77 |
| Binary | 11001010 | 1001110 | 11110001 | 10000 | 1000100 | 0 | 101 | 100011110 | 1010101 | 111111 |
Color Harmonies of #CA4EF1
Complementary color
Monochromatic Colors of #CA4EF1
Black with #CA4EF1
Text Example
Text Example
White with #CA4EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4EF1; }
p { color: rgb(202,78,241); }
H1.HeaderClassName
{
color: #CA4EF1;
}
.AnyTagClassName
{
color: #CA4EF1;
}
</style>
background-color css
<style>
a { background-color: #CA4EF1; }
a { background-color: rgb(202,78,241); }
div.DivClassName
{
background-color: #CA4EF1;
}
.BgClassName
{
background-color: #CA4EF1;
}
</style>
border-color css
<style>
span { border-color: #CA4EF1; }
span { border-color: rgb(202,78,241); }
td.TdClassName
{
border-color: #CA4EF1;
}
.TagClassName
{
border-color: #CA4EF1;
}
</style>