Shades of Medium Orchid #CA4AE6
Tints of Medium Orchid #CA4AE6
RGB
CMYK
RGB Variations
Color information
#CA4AE6 (or 0xCA4AE6) is known color: Medium Orchid. HEX triplet: CA, 4A and E6. RGB value is (202,74,230). Sum of RGB (Red+Green+Blue) = 202+74+230=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 74 (29.30% from 255 or 14.62% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA4AE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA4AE6 is #35B519. Grayscale: #818181. Windows color (decimal): -3519770 or 15092426. OLE color: 15092426.
HSL color Cylindrical-coordinate representation of color #CA4AE6: hue angle of 289.23º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4AE6 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 74 | 230 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.10 |
| HSL | 289.23º | 0.76% | 0.6% | - |
| HSV(B) | 289.23º | 0.68% | 0.9% | - |
| XYZ | 41.09 | 23.17 | 77.17 | - |
| YUV | 130.06 | 184.41 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 230 | 0.12 | 0.68 | 0 | 0.10 | 289.23 | 0.76 | 0.6 |
| Hex | CA | 4A | E6 | C | 44 | 0 | A | 121 | 4C | 3C |
| Octal | 312 | 112 | 346 | 14 | 104 | 0 | 12 | 441 | 114 | 74 |
| Binary | 11001010 | 1001010 | 11100110 | 1100 | 1000100 | 0 | 1010 | 100100001 | 1001100 | 111100 |
Color Harmonies of #CA4AE6
Complementary color
Monochromatic Colors of #CA4AE6
Black with #CA4AE6
Text Example
Text Example
White with #CA4AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4AE6; }
p { color: rgb(202,74,230); }
H1.HeaderClassName
{
color: #CA4AE6;
}
.AnyTagClassName
{
color: #CA4AE6;
}
</style>
background-color css
<style>
a { background-color: #CA4AE6; }
a { background-color: rgb(202,74,230); }
div.DivClassName
{
background-color: #CA4AE6;
}
.BgClassName
{
background-color: #CA4AE6;
}
</style>
border-color css
<style>
span { border-color: #CA4AE6; }
span { border-color: rgb(202,74,230); }
td.TdClassName
{
border-color: #CA4AE6;
}
.TagClassName
{
border-color: #CA4AE6;
}
</style>