Shades of Medium Orchid #CA4AEE
Tints of Medium Orchid #CA4AEE
RGB
CMYK
RGB Variations
Color information
#CA4AEE (or 0xCA4AEE) is known color: Medium Orchid. HEX triplet: CA, 4A and EE. RGB value is (202,74,238). Sum of RGB (Red+Green+Blue) = 202+74+238=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 74 (29.30% from 255 or 14.40% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA4AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA4AEE is #35B511. Grayscale: #828282. Windows color (decimal): -3519762 or 15616714. OLE color: 15616714.
HSL color Cylindrical-coordinate representation of color #CA4AEE: hue angle of 286.83º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA4AEE is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 74 | 238 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.07 |
| HSL | 286.83º | 0.83% | 0.61% | - |
| HSV(B) | 286.83º | 0.69% | 0.93% | - |
| XYZ | 42.24 | 23.63 | 83.22 | - |
| YUV | 130.97 | 188.41 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 238 | 0.15 | 0.69 | 0 | 0.07 | 286.83 | 0.83 | 0.61 |
| Hex | CA | 4A | EE | F | 45 | 0 | 7 | 11F | 53 | 3D |
| Octal | 312 | 112 | 356 | 17 | 105 | 0 | 7 | 437 | 123 | 75 |
| Binary | 11001010 | 1001010 | 11101110 | 1111 | 1000101 | 0 | 111 | 100011111 | 1010011 | 111101 |
Color Harmonies of #CA4AEE
Complementary color
Monochromatic Colors of #CA4AEE
Black with #CA4AEE
Text Example
Text Example
White with #CA4AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4AEE; }
p { color: rgb(202,74,238); }
H1.HeaderClassName
{
color: #CA4AEE;
}
.AnyTagClassName
{
color: #CA4AEE;
}
</style>
background-color css
<style>
a { background-color: #CA4AEE; }
a { background-color: rgb(202,74,238); }
div.DivClassName
{
background-color: #CA4AEE;
}
.BgClassName
{
background-color: #CA4AEE;
}
</style>
border-color css
<style>
span { border-color: #CA4AEE; }
span { border-color: rgb(202,74,238); }
td.TdClassName
{
border-color: #CA4AEE;
}
.TagClassName
{
border-color: #CA4AEE;
}
</style>