Shades of Medium Orchid #CA3EDA
Tints of Medium Orchid #CA3EDA
RGB
CMYK
RGB Variations
Color information
#CA3EDA (or 0xCA3EDA) is known color: Medium Orchid. HEX triplet: CA, 3E and DA. RGB value is (202,62,218). Sum of RGB (Red+Green+Blue) = 202+62+218=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 62 (24.61% from 255 or 12.86% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA3EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3EDA is #35C125. Grayscale: #797979. Windows color (decimal): -3522854 or 14302922. OLE color: 14302922.
HSL color Cylindrical-coordinate representation of color #CA3EDA: hue angle of 293.85º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA3EDA is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 62 | 218 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.15 |
| HSL | 293.85º | 0.68% | 0.55% | - |
| HSV(B) | 293.85º | 0.72% | 0.85% | - |
| XYZ | 38.73 | 21.06 | 68.35 | - |
| YUV | 121.64 | 182.38 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 62 | 218 | 0.07 | 0.72 | 0 | 0.15 | 293.85 | 0.68 | 0.55 |
| Hex | CA | 3E | DA | 7 | 48 | 0 | F | 126 | 44 | 37 |
| Octal | 312 | 76 | 332 | 7 | 110 | 0 | 17 | 446 | 104 | 67 |
| Binary | 11001010 | 111110 | 11011010 | 111 | 1001000 | 0 | 1111 | 100100110 | 1000100 | 110111 |
Color Harmonies of #CA3EDA
Complementary color
Monochromatic Colors of #CA3EDA
Black with #CA3EDA
Text Example
Text Example
White with #CA3EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3EDA; }
p { color: rgb(202,62,218); }
H1.HeaderClassName
{
color: #CA3EDA;
}
.AnyTagClassName
{
color: #CA3EDA;
}
</style>
background-color css
<style>
a { background-color: #CA3EDA; }
a { background-color: rgb(202,62,218); }
div.DivClassName
{
background-color: #CA3EDA;
}
.BgClassName
{
background-color: #CA3EDA;
}
</style>
border-color css
<style>
span { border-color: #CA3EDA; }
span { border-color: rgb(202,62,218); }
td.TdClassName
{
border-color: #CA3EDA;
}
.TagClassName
{
border-color: #CA3EDA;
}
</style>