Shades of Medium Orchid #CA3BDA
Tints of Medium Orchid #CA3BDA
RGB
CMYK
RGB Variations
Color information
#CA3BDA (or 0xCA3BDA) is known color: Medium Orchid. HEX triplet: CA, 3B and DA. RGB value is (202,59,218). Sum of RGB (Red+Green+Blue) = 202+59+218=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 59 (23.44% from 255 or 12.32% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA3BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3BDA is #35C425. Grayscale: #777777. Windows color (decimal): -3523622 or 14302154. OLE color: 14302154.
HSL color Cylindrical-coordinate representation of color #CA3BDA: hue angle of 293.96º 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 #CA3BDA is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 59 | 218 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.15 |
| HSL | 293.96º | 0.68% | 0.54% | - |
| HSV(B) | 293.96º | 0.73% | 0.85% | - |
| XYZ | 38.58 | 20.75 | 68.3 | - |
| YUV | 119.88 | 183.38 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 59 | 218 | 0.07 | 0.73 | 0 | 0.15 | 293.96 | 0.68 | 0.54 |
| Hex | CA | 3B | DA | 7 | 49 | 0 | F | 126 | 44 | 36 |
| Octal | 312 | 73 | 332 | 7 | 111 | 0 | 17 | 446 | 104 | 66 |
| Binary | 11001010 | 111011 | 11011010 | 111 | 1001001 | 0 | 1111 | 100100110 | 1000100 | 110110 |
Color Harmonies of #CA3BDA
Complementary color
Monochromatic Colors of #CA3BDA
Black with #CA3BDA
Text Example
Text Example
White with #CA3BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3BDA; }
p { color: rgb(202,59,218); }
H1.HeaderClassName
{
color: #CA3BDA;
}
.AnyTagClassName
{
color: #CA3BDA;
}
</style>
background-color css
<style>
a { background-color: #CA3BDA; }
a { background-color: rgb(202,59,218); }
div.DivClassName
{
background-color: #CA3BDA;
}
.BgClassName
{
background-color: #CA3BDA;
}
</style>
border-color css
<style>
span { border-color: #CA3BDA; }
span { border-color: rgb(202,59,218); }
td.TdClassName
{
border-color: #CA3BDA;
}
.TagClassName
{
border-color: #CA3BDA;
}
</style>