Shades of Medium Orchid #CA41EF
Tints of Medium Orchid #CA41EF
RGB
CMYK
RGB Variations
Color information
#CA41EF (or 0xCA41EF) is known color: Medium Orchid. HEX triplet: CA, 41 and EF. RGB value is (202,65,239). Sum of RGB (Red+Green+Blue) = 202+65+239=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 65 (25.78% from 255 or 12.85% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA41EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA41EF is #35BE10. Grayscale: #7D7D7D. Windows color (decimal): -3522065 or 15679946. OLE color: 15679946.
HSL color Cylindrical-coordinate representation of color #CA41EF: hue angle of 287.24º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA41EF is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 65 | 239 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.06 |
| HSL | 287.24º | 0.84% | 0.6% | - |
| HSV(B) | 287.24º | 0.73% | 0.94% | - |
| XYZ | 41.83 | 22.57 | 83.81 | - |
| YUV | 125.8 | 191.89 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 239 | 0.15 | 0.73 | 0 | 0.06 | 287.24 | 0.84 | 0.6 |
| Hex | CA | 41 | EF | F | 49 | 0 | 6 | 11F | 54 | 3C |
| Octal | 312 | 101 | 357 | 17 | 111 | 0 | 6 | 437 | 124 | 74 |
| Binary | 11001010 | 1000001 | 11101111 | 1111 | 1001001 | 0 | 110 | 100011111 | 1010100 | 111100 |
Color Harmonies of #CA41EF
Complementary color
Monochromatic Colors of #CA41EF
Black with #CA41EF
Text Example
Text Example
White with #CA41EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA41EF; }
p { color: rgb(202,65,239); }
H1.HeaderClassName
{
color: #CA41EF;
}
.AnyTagClassName
{
color: #CA41EF;
}
</style>
background-color css
<style>
a { background-color: #CA41EF; }
a { background-color: rgb(202,65,239); }
div.DivClassName
{
background-color: #CA41EF;
}
.BgClassName
{
background-color: #CA41EF;
}
</style>
border-color css
<style>
span { border-color: #CA41EF; }
span { border-color: rgb(202,65,239); }
td.TdClassName
{
border-color: #CA41EF;
}
.TagClassName
{
border-color: #CA41EF;
}
</style>