Shades of Medium Orchid #CA3AD4
Tints of Medium Orchid #CA3AD4
RGB
CMYK
RGB Variations
Color information
#CA3AD4 (or 0xCA3AD4) is known color: Medium Orchid. HEX triplet: CA, 3A and D4. RGB value is (202,58,212). Sum of RGB (Red+Green+Blue) = 202+58+212=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 58 (23.05% from 255 or 12.29% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 212 - color contains mainly: blue. Hex color #CA3AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3AD4 is #35C52B. Grayscale: #767676. Windows color (decimal): -3523884 or 13908682. OLE color: 13908682.
HSL color Cylindrical-coordinate representation of color #CA3AD4: hue angle of 296.1º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA3AD4 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 58 | 212 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.17 |
| HSL | 296.1º | 0.64% | 0.53% | - |
| HSV(B) | 296.1º | 0.73% | 0.83% | - |
| XYZ | 37.75 | 20.34 | 64.22 | - |
| YUV | 118.61 | 180.71 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 58 | 212 | 0.05 | 0.73 | 0 | 0.17 | 296.1 | 0.64 | 0.53 |
| Hex | CA | 3A | D4 | 5 | 49 | 0 | 11 | 128 | 40 | 35 |
| Octal | 312 | 72 | 324 | 5 | 111 | 0 | 21 | 450 | 100 | 65 |
| Binary | 11001010 | 111010 | 11010100 | 101 | 1001001 | 0 | 10001 | 100101000 | 1000000 | 110101 |
Color Harmonies of #CA3AD4
Complementary color
Monochromatic Colors of #CA3AD4
Black with #CA3AD4
Text Example
Text Example
White with #CA3AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3AD4; }
p { color: rgb(202,58,212); }
H1.HeaderClassName
{
color: #CA3AD4;
}
.AnyTagClassName
{
color: #CA3AD4;
}
</style>
background-color css
<style>
a { background-color: #CA3AD4; }
a { background-color: rgb(202,58,212); }
div.DivClassName
{
background-color: #CA3AD4;
}
.BgClassName
{
background-color: #CA3AD4;
}
</style>
border-color css
<style>
span { border-color: #CA3AD4; }
span { border-color: rgb(202,58,212); }
td.TdClassName
{
border-color: #CA3AD4;
}
.TagClassName
{
border-color: #CA3AD4;
}
</style>