Shades of Medium Orchid #CA3EDD
Tints of Medium Orchid #CA3EDD
RGB
CMYK
RGB Variations
Color information
#CA3EDD (or 0xCA3EDD) is known color: Medium Orchid. HEX triplet: CA, 3E and DD. RGB value is (202,62,221). Sum of RGB (Red+Green+Blue) = 202+62+221=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 62 (24.61% from 255 or 12.78% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA3EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3EDD is #35C122. Grayscale: #797979. Windows color (decimal): -3522851 or 14499530. OLE color: 14499530.
HSL color Cylindrical-coordinate representation of color #CA3EDD: hue angle of 292.83º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA3EDD is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 62 | 221 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.13 |
| HSL | 292.83º | 0.7% | 0.55% | - |
| HSV(B) | 292.83º | 0.72% | 0.87% | - |
| XYZ | 39.13 | 21.22 | 70.44 | - |
| YUV | 121.99 | 183.88 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 62 | 221 | 0.09 | 0.72 | 0 | 0.13 | 292.83 | 0.7 | 0.55 |
| Hex | CA | 3E | DD | 9 | 48 | 0 | D | 125 | 46 | 37 |
| Octal | 312 | 76 | 335 | 11 | 110 | 0 | 15 | 445 | 106 | 67 |
| Binary | 11001010 | 111110 | 11011101 | 1001 | 1001000 | 0 | 1101 | 100100101 | 1000110 | 110111 |
Color Harmonies of #CA3EDD
Complementary color
Monochromatic Colors of #CA3EDD
Black with #CA3EDD
Text Example
Text Example
White with #CA3EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3EDD; }
p { color: rgb(202,62,221); }
H1.HeaderClassName
{
color: #CA3EDD;
}
.AnyTagClassName
{
color: #CA3EDD;
}
</style>
background-color css
<style>
a { background-color: #CA3EDD; }
a { background-color: rgb(202,62,221); }
div.DivClassName
{
background-color: #CA3EDD;
}
.BgClassName
{
background-color: #CA3EDD;
}
</style>
border-color css
<style>
span { border-color: #CA3EDD; }
span { border-color: rgb(202,62,221); }
td.TdClassName
{
border-color: #CA3EDD;
}
.TagClassName
{
border-color: #CA3EDD;
}
</style>