Shades of Medium Orchid #CA3EE6
Tints of Medium Orchid #CA3EE6
RGB
CMYK
RGB Variations
Color information
#CA3EE6 (or 0xCA3EE6) is known color: Medium Orchid. HEX triplet: CA, 3E and E6. RGB value is (202,62,230). Sum of RGB (Red+Green+Blue) = 202+62+230=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 62 (24.61% from 255 or 12.55% from 494); Blue value is 230 (90.23% from 255 or 46.56% from 494); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA3EE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3EE6 is #35C119. Grayscale: #7A7A7A. Windows color (decimal): -3522842 or 15089354. OLE color: 15089354.
HSL color Cylindrical-coordinate representation of color #CA3EE6: hue angle of 290º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA3EE6 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 62 | 230 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.10 |
| HSL | 290º | 0.77% | 0.57% | - |
| HSV(B) | 290º | 0.73% | 0.9% | - |
| XYZ | 40.36 | 21.71 | 76.93 | - |
| YUV | 123.01 | 188.38 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 62 | 230 | 0.12 | 0.73 | 0 | 0.10 | 290 | 0.77 | 0.57 |
| Hex | CA | 3E | E6 | C | 49 | 0 | A | 122 | 4D | 39 |
| Octal | 312 | 76 | 346 | 14 | 111 | 0 | 12 | 442 | 115 | 71 |
| Binary | 11001010 | 111110 | 11100110 | 1100 | 1001001 | 0 | 1010 | 100100010 | 1001101 | 111001 |
Color Harmonies of #CA3EE6
Complementary color
Monochromatic Colors of #CA3EE6
Black with #CA3EE6
Text Example
Text Example
White with #CA3EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3EE6; }
p { color: rgb(202,62,230); }
H1.HeaderClassName
{
color: #CA3EE6;
}
.AnyTagClassName
{
color: #CA3EE6;
}
</style>
background-color css
<style>
a { background-color: #CA3EE6; }
a { background-color: rgb(202,62,230); }
div.DivClassName
{
background-color: #CA3EE6;
}
.BgClassName
{
background-color: #CA3EE6;
}
</style>
border-color css
<style>
span { border-color: #CA3EE6; }
span { border-color: rgb(202,62,230); }
td.TdClassName
{
border-color: #CA3EE6;
}
.TagClassName
{
border-color: #CA3EE6;
}
</style>