Shades of Medium Orchid #CA2EDA
Tints of Medium Orchid #CA2EDA
RGB
CMYK
RGB Variations
Color information
#CA2EDA (or 0xCA2EDA) is known color: Medium Orchid. HEX triplet: CA, 2E and DA. RGB value is (202,46,218). Sum of RGB (Red+Green+Blue) = 202+46+218=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 46 (18.36% from 255 or 9.87% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA2EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2EDA is #35D125. Grayscale: #6F6F6F. Windows color (decimal): -3526950 or 14298826. OLE color: 14298826.
HSL color Cylindrical-coordinate representation of color #CA2EDA: hue angle of 294.42º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA2EDA is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 46 | 218 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.15 |
| HSL | 294.42º | 0.7% | 0.52% | - |
| HSV(B) | 294.42º | 0.79% | 0.85% | - |
| XYZ | 37.99 | 19.57 | 68.11 | - |
| YUV | 112.25 | 187.68 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 218 | 0.07 | 0.79 | 0 | 0.15 | 294.42 | 0.7 | 0.52 |
| Hex | CA | 2E | DA | 7 | 4F | 0 | F | 126 | 46 | 34 |
| Octal | 312 | 56 | 332 | 7 | 117 | 0 | 17 | 446 | 106 | 64 |
| Binary | 11001010 | 101110 | 11011010 | 111 | 1001111 | 0 | 1111 | 100100110 | 1000110 | 110100 |
Color Harmonies of #CA2EDA
Complementary color
Monochromatic Colors of #CA2EDA
Black with #CA2EDA
Text Example
Text Example
White with #CA2EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2EDA; }
p { color: rgb(202,46,218); }
H1.HeaderClassName
{
color: #CA2EDA;
}
.AnyTagClassName
{
color: #CA2EDA;
}
</style>
background-color css
<style>
a { background-color: #CA2EDA; }
a { background-color: rgb(202,46,218); }
div.DivClassName
{
background-color: #CA2EDA;
}
.BgClassName
{
background-color: #CA2EDA;
}
</style>
border-color css
<style>
span { border-color: #CA2EDA; }
span { border-color: rgb(202,46,218); }
td.TdClassName
{
border-color: #CA2EDA;
}
.TagClassName
{
border-color: #CA2EDA;
}
</style>