Shades of Medium Orchid #CA3AF2
Tints of Medium Orchid #CA3AF2
RGB
CMYK
RGB Variations
Color information
#CA3AF2 (or 0xCA3AF2) is known color: Medium Orchid. HEX triplet: CA, 3A and F2. RGB value is (202,58,242). Sum of RGB (Red+Green+Blue) = 202+58+242=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 58 (23.05% from 255 or 11.55% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA3AF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3AF2 is #35C50D. Grayscale: #797979. Windows color (decimal): -3523854 or 15874762. OLE color: 15874762.
HSL color Cylindrical-coordinate representation of color #CA3AF2: hue angle of 286.96º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA3AF2 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 58 | 242 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.05 |
| HSL | 286.96º | 0.88% | 0.59% | - |
| HSV(B) | 286.96º | 0.76% | 0.95% | - |
| XYZ | 41.9 | 21.99 | 86.04 | - |
| YUV | 122.03 | 195.71 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 58 | 242 | 0.17 | 0.76 | 0 | 0.05 | 286.96 | 0.88 | 0.59 |
| Hex | CA | 3A | F2 | 11 | 4C | 0 | 5 | 11F | 58 | 3B |
| Octal | 312 | 72 | 362 | 21 | 114 | 0 | 5 | 437 | 130 | 73 |
| Binary | 11001010 | 111010 | 11110010 | 10001 | 1001100 | 0 | 101 | 100011111 | 1011000 | 111011 |
Color Harmonies of #CA3AF2
Complementary color
Monochromatic Colors of #CA3AF2
Black with #CA3AF2
Text Example
Text Example
White with #CA3AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3AF2; }
p { color: rgb(202,58,242); }
H1.HeaderClassName
{
color: #CA3AF2;
}
.AnyTagClassName
{
color: #CA3AF2;
}
</style>
background-color css
<style>
a { background-color: #CA3AF2; }
a { background-color: rgb(202,58,242); }
div.DivClassName
{
background-color: #CA3AF2;
}
.BgClassName
{
background-color: #CA3AF2;
}
</style>
border-color css
<style>
span { border-color: #CA3AF2; }
span { border-color: rgb(202,58,242); }
td.TdClassName
{
border-color: #CA3AF2;
}
.TagClassName
{
border-color: #CA3AF2;
}
</style>