Shades of Medium Orchid #CA4AEA
Tints of Medium Orchid #CA4AEA
RGB
CMYK
RGB Variations
Color information
#CA4AEA (or 0xCA4AEA) is known color: Medium Orchid. HEX triplet: CA, 4A and EA. RGB value is (202,74,234). Sum of RGB (Red+Green+Blue) = 202+74+234=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 74 (29.30% from 255 or 14.51% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA4AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA4AEA is #35B515. Grayscale: #828282. Windows color (decimal): -3519766 or 15354570. OLE color: 15354570.
HSL color Cylindrical-coordinate representation of color #CA4AEA: hue angle of 288º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4AEA is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 74 | 234 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.08 |
| HSL | 288º | 0.79% | 0.6% | - |
| HSV(B) | 288º | 0.68% | 0.92% | - |
| XYZ | 41.66 | 23.39 | 80.16 | - |
| YUV | 130.51 | 186.41 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 234 | 0.14 | 0.68 | 0 | 0.08 | 288 | 0.79 | 0.6 |
| Hex | CA | 4A | EA | E | 44 | 0 | 8 | 120 | 4F | 3C |
| Octal | 312 | 112 | 352 | 16 | 104 | 0 | 10 | 440 | 117 | 74 |
| Binary | 11001010 | 1001010 | 11101010 | 1110 | 1000100 | 0 | 1000 | 100100000 | 1001111 | 111100 |
Color Harmonies of #CA4AEA
Complementary color
Monochromatic Colors of #CA4AEA
Black with #CA4AEA
Text Example
Text Example
White with #CA4AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4AEA; }
p { color: rgb(202,74,234); }
H1.HeaderClassName
{
color: #CA4AEA;
}
.AnyTagClassName
{
color: #CA4AEA;
}
</style>
background-color css
<style>
a { background-color: #CA4AEA; }
a { background-color: rgb(202,74,234); }
div.DivClassName
{
background-color: #CA4AEA;
}
.BgClassName
{
background-color: #CA4AEA;
}
</style>
border-color css
<style>
span { border-color: #CA4AEA; }
span { border-color: rgb(202,74,234); }
td.TdClassName
{
border-color: #CA4AEA;
}
.TagClassName
{
border-color: #CA4AEA;
}
</style>