Shades of Medium Orchid #CA4EEE
Tints of Medium Orchid #CA4EEE
RGB
CMYK
RGB Variations
Color information
#CA4EEE (or 0xCA4EEE) is known color: Medium Orchid. HEX triplet: CA, 4E and EE. RGB value is (202,78,238). Sum of RGB (Red+Green+Blue) = 202+78+238=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 78 (30.86% from 255 or 15.06% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA4EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA4EEE is #35B111. Grayscale: #848484. Windows color (decimal): -3518738 or 15617738. OLE color: 15617738.
HSL color Cylindrical-coordinate representation of color #CA4EEE: hue angle of 286.5º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA4EEE is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 78 | 238 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.07 |
| HSL | 286.5º | 0.82% | 0.62% | - |
| HSV(B) | 286.5º | 0.67% | 0.93% | - |
| XYZ | 42.51 | 24.18 | 83.32 | - |
| YUV | 133.32 | 187.08 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 78 | 238 | 0.15 | 0.67 | 0 | 0.07 | 286.5 | 0.82 | 0.62 |
| Hex | CA | 4E | EE | F | 43 | 0 | 7 | 11E | 52 | 3E |
| Octal | 312 | 116 | 356 | 17 | 103 | 0 | 7 | 436 | 122 | 76 |
| Binary | 11001010 | 1001110 | 11101110 | 1111 | 1000011 | 0 | 111 | 100011110 | 1010010 | 111110 |
Color Harmonies of #CA4EEE
Complementary color
Monochromatic Colors of #CA4EEE
Black with #CA4EEE
Text Example
Text Example
White with #CA4EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4EEE; }
p { color: rgb(202,78,238); }
H1.HeaderClassName
{
color: #CA4EEE;
}
.AnyTagClassName
{
color: #CA4EEE;
}
</style>
background-color css
<style>
a { background-color: #CA4EEE; }
a { background-color: rgb(202,78,238); }
div.DivClassName
{
background-color: #CA4EEE;
}
.BgClassName
{
background-color: #CA4EEE;
}
</style>
border-color css
<style>
span { border-color: #CA4EEE; }
span { border-color: rgb(202,78,238); }
td.TdClassName
{
border-color: #CA4EEE;
}
.TagClassName
{
border-color: #CA4EEE;
}
</style>