Shades of Medium Orchid #CA3ADA
Tints of Medium Orchid #CA3ADA
RGB
CMYK
RGB Variations
Color information
#CA3ADA (or 0xCA3ADA) is known color: Medium Orchid. HEX triplet: CA, 3A and DA. RGB value is (202,58,218). Sum of RGB (Red+Green+Blue) = 202+58+218=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 58 (23.05% from 255 or 12.13% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA3ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3ADA is #35C525. Grayscale: #767676. Windows color (decimal): -3523878 or 14301898. OLE color: 14301898.
HSL color Cylindrical-coordinate representation of color #CA3ADA: hue angle of 294º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA3ADA is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 58 | 218 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.15 |
| HSL | 294º | 0.68% | 0.54% | - |
| HSV(B) | 294º | 0.73% | 0.85% | - |
| XYZ | 38.53 | 20.64 | 68.28 | - |
| YUV | 119.3 | 183.71 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 58 | 218 | 0.07 | 0.73 | 0 | 0.15 | 294 | 0.68 | 0.54 |
| Hex | CA | 3A | DA | 7 | 49 | 0 | F | 126 | 44 | 36 |
| Octal | 312 | 72 | 332 | 7 | 111 | 0 | 17 | 446 | 104 | 66 |
| Binary | 11001010 | 111010 | 11011010 | 111 | 1001001 | 0 | 1111 | 100100110 | 1000100 | 110110 |
Color Harmonies of #CA3ADA
Complementary color
Monochromatic Colors of #CA3ADA
Black with #CA3ADA
Text Example
Text Example
White with #CA3ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3ADA; }
p { color: rgb(202,58,218); }
H1.HeaderClassName
{
color: #CA3ADA;
}
.AnyTagClassName
{
color: #CA3ADA;
}
</style>
background-color css
<style>
a { background-color: #CA3ADA; }
a { background-color: rgb(202,58,218); }
div.DivClassName
{
background-color: #CA3ADA;
}
.BgClassName
{
background-color: #CA3ADA;
}
</style>
border-color css
<style>
span { border-color: #CA3ADA; }
span { border-color: rgb(202,58,218); }
td.TdClassName
{
border-color: #CA3ADA;
}
.TagClassName
{
border-color: #CA3ADA;
}
</style>