Shades of Medium Orchid #CA3AF5
Tints of Medium Orchid #CA3AF5
RGB
CMYK
RGB Variations
Color information
#CA3AF5 (or 0xCA3AF5) is known color: Medium Orchid. HEX triplet: CA, 3A and F5. RGB value is (202,58,245). Sum of RGB (Red+Green+Blue) = 202+58+245=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 58 (23.05% from 255 or 11.49% from 505); Blue value is 245 (96.09% from 255 or 48.51% from 505); Max value from RGB is 245 - color contains mainly: blue. Hex color #CA3AF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3AF5 is #35C50A. Grayscale: #797979. Windows color (decimal): -3523851 or 16071370. OLE color: 16071370.
HSL color Cylindrical-coordinate representation of color #CA3AF5: hue angle of 286.2º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA3AF5 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 58 | 245 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.04 |
| HSL | 286.2º | 0.9% | 0.59% | - |
| HSV(B) | 286.2º | 0.76% | 0.96% | - |
| XYZ | 42.35 | 22.18 | 88.43 | - |
| YUV | 122.37 | 197.21 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 58 | 245 | 0.18 | 0.76 | 0 | 0.04 | 286.2 | 0.9 | 0.59 |
| Hex | CA | 3A | F5 | 12 | 4C | 0 | 4 | 11E | 5A | 3B |
| Octal | 312 | 72 | 365 | 22 | 114 | 0 | 4 | 436 | 132 | 73 |
| Binary | 11001010 | 111010 | 11110101 | 10010 | 1001100 | 0 | 100 | 100011110 | 1011010 | 111011 |
Color Harmonies of #CA3AF5
Complementary color
Monochromatic Colors of #CA3AF5
Black with #CA3AF5
Text Example
Text Example
White with #CA3AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3AF5; }
p { color: rgb(202,58,245); }
H1.HeaderClassName
{
color: #CA3AF5;
}
.AnyTagClassName
{
color: #CA3AF5;
}
</style>
background-color css
<style>
a { background-color: #CA3AF5; }
a { background-color: rgb(202,58,245); }
div.DivClassName
{
background-color: #CA3AF5;
}
.BgClassName
{
background-color: #CA3AF5;
}
</style>
border-color css
<style>
span { border-color: #CA3AF5; }
span { border-color: rgb(202,58,245); }
td.TdClassName
{
border-color: #CA3AF5;
}
.TagClassName
{
border-color: #CA3AF5;
}
</style>