Shades of Medium Orchid #CA41EE
Tints of Medium Orchid #CA41EE
RGB
CMYK
RGB Variations
Color information
#CA41EE (or 0xCA41EE) is known color: Medium Orchid. HEX triplet: CA, 41 and EE. RGB value is (202,65,238). Sum of RGB (Red+Green+Blue) = 202+65+238=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 65 (25.78% from 255 or 12.87% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA41EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA41EE is #35BE11. Grayscale: #7D7D7D. Windows color (decimal): -3522066 or 15614410. OLE color: 15614410.
HSL color Cylindrical-coordinate representation of color #CA41EE: hue angle of 287.51º degrees, saturation: 0.84, 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 #CA41EE is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 65 | 238 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.07 |
| HSL | 287.51º | 0.84% | 0.59% | - |
| HSV(B) | 287.51º | 0.73% | 0.93% | - |
| XYZ | 41.68 | 22.51 | 83.04 | - |
| YUV | 125.69 | 191.39 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 238 | 0.15 | 0.73 | 0 | 0.07 | 287.51 | 0.84 | 0.59 |
| Hex | CA | 41 | EE | F | 49 | 0 | 7 | 120 | 54 | 3B |
| Octal | 312 | 101 | 356 | 17 | 111 | 0 | 7 | 440 | 124 | 73 |
| Binary | 11001010 | 1000001 | 11101110 | 1111 | 1001001 | 0 | 111 | 100100000 | 1010100 | 111011 |
Color Harmonies of #CA41EE
Complementary color
Monochromatic Colors of #CA41EE
Black with #CA41EE
Text Example
Text Example
White with #CA41EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA41EE; }
p { color: rgb(202,65,238); }
H1.HeaderClassName
{
color: #CA41EE;
}
.AnyTagClassName
{
color: #CA41EE;
}
</style>
background-color css
<style>
a { background-color: #CA41EE; }
a { background-color: rgb(202,65,238); }
div.DivClassName
{
background-color: #CA41EE;
}
.BgClassName
{
background-color: #CA41EE;
}
</style>
border-color css
<style>
span { border-color: #CA41EE; }
span { border-color: rgb(202,65,238); }
td.TdClassName
{
border-color: #CA41EE;
}
.TagClassName
{
border-color: #CA41EE;
}
</style>