Shades of Medium Orchid #CA3AFF
Tints of Medium Orchid #CA3AFF
RGB
CMYK
RGB Variations
Color information
#CA3AFF (or 0xCA3AFF) is known color: Medium Orchid. HEX triplet: CA, 3A and FF. RGB value is (202,58,255). Sum of RGB (Red+Green+Blue) = 202+58+255=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 58 (23.05% from 255 or 11.26% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA3AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3AFF is #35C500. Grayscale: #7A7A7A. Windows color (decimal): -3523841 or 16726730. OLE color: 16726730.
HSL color Cylindrical-coordinate representation of color #CA3AFF: hue angle of 283.86º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA3AFF is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 58 | 255 | - |
| CMYK | 0.21 | 0.77 | 0 | 0 |
| HSL | 283.86º | 1% | 0.61% | - |
| HSV(B) | 283.86º | 0.77% | 1% | - |
| XYZ | 43.92 | 22.8 | 96.69 | - |
| YUV | 123.51 | 202.21 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 58 | 255 | 0.21 | 0.77 | 0 | 0 | 283.86 | 1 | 0.61 |
| Hex | CA | 3A | FF | 15 | 4D | 0 | 0 | 11C | 64 | 3D |
| Octal | 312 | 72 | 377 | 25 | 115 | 0 | 0 | 434 | 144 | 75 |
| Binary | 11001010 | 111010 | 11111111 | 10101 | 1001101 | 0 | 0 | 100011100 | 1100100 | 111101 |
Color Harmonies of #CA3AFF
Complementary color
Monochromatic Colors of #CA3AFF
Black with #CA3AFF
Text Example
Text Example
White with #CA3AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3AFF; }
p { color: rgb(202,58,255); }
H1.HeaderClassName
{
color: #CA3AFF;
}
.AnyTagClassName
{
color: #CA3AFF;
}
</style>
background-color css
<style>
a { background-color: #CA3AFF; }
a { background-color: rgb(202,58,255); }
div.DivClassName
{
background-color: #CA3AFF;
}
.BgClassName
{
background-color: #CA3AFF;
}
</style>
border-color css
<style>
span { border-color: #CA3AFF; }
span { border-color: rgb(202,58,255); }
td.TdClassName
{
border-color: #CA3AFF;
}
.TagClassName
{
border-color: #CA3AFF;
}
</style>