Shades of Medium Orchid #CA4EDA
Tints of Medium Orchid #CA4EDA
RGB
CMYK
RGB Variations
Color information
#CA4EDA (or 0xCA4EDA) is known color: Medium Orchid. HEX triplet: CA, 4E and DA. RGB value is (202,78,218). Sum of RGB (Red+Green+Blue) = 202+78+218=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 78 (30.86% from 255 or 15.66% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA4EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4EDA is #35B125. Grayscale: #828282. Windows color (decimal): -3518758 or 14307018. OLE color: 14307018.
HSL color Cylindrical-coordinate representation of color #CA4EDA: hue angle of 293.14º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA4EDA is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 78 | 218 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.15 |
| HSL | 293.14º | 0.65% | 0.58% | - |
| HSV(B) | 293.14º | 0.64% | 0.85% | - |
| XYZ | 39.74 | 23.07 | 68.69 | - |
| YUV | 131.04 | 177.08 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 78 | 218 | 0.07 | 0.64 | 0 | 0.15 | 293.14 | 0.65 | 0.58 |
| Hex | CA | 4E | DA | 7 | 40 | 0 | F | 125 | 41 | 3A |
| Octal | 312 | 116 | 332 | 7 | 100 | 0 | 17 | 445 | 101 | 72 |
| Binary | 11001010 | 1001110 | 11011010 | 111 | 1000000 | 0 | 1111 | 100100101 | 1000001 | 111010 |
Color Harmonies of #CA4EDA
Complementary color
Monochromatic Colors of #CA4EDA
Black with #CA4EDA
Text Example
Text Example
White with #CA4EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4EDA; }
p { color: rgb(202,78,218); }
H1.HeaderClassName
{
color: #CA4EDA;
}
.AnyTagClassName
{
color: #CA4EDA;
}
</style>
background-color css
<style>
a { background-color: #CA4EDA; }
a { background-color: rgb(202,78,218); }
div.DivClassName
{
background-color: #CA4EDA;
}
.BgClassName
{
background-color: #CA4EDA;
}
</style>
border-color css
<style>
span { border-color: #CA4EDA; }
span { border-color: rgb(202,78,218); }
td.TdClassName
{
border-color: #CA4EDA;
}
.TagClassName
{
border-color: #CA4EDA;
}
</style>