Shades of Medium Orchid #CA3EFF
Tints of Medium Orchid #CA3EFF
RGB
CMYK
RGB Variations
Color information
#CA3EFF (or 0xCA3EFF) is known color: Medium Orchid. HEX triplet: CA, 3E and FF. RGB value is (202,62,255). Sum of RGB (Red+Green+Blue) = 202+62+255=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 62 (24.61% from 255 or 11.95% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA3EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3EFF is #35C100. Grayscale: #7D7D7D. Windows color (decimal): -3522817 or 16727754. OLE color: 16727754.
HSL color Cylindrical-coordinate representation of color #CA3EFF: hue angle of 283.52º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA3EFF is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 62 | 255 | - |
| CMYK | 0.21 | 0.76 | 0 | 0 |
| HSL | 283.52º | 1% | 0.62% | - |
| HSV(B) | 283.52º | 0.76% | 1% | - |
| XYZ | 44.13 | 23.22 | 96.76 | - |
| YUV | 125.86 | 200.88 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 62 | 255 | 0.21 | 0.76 | 0 | 0 | 283.52 | 1 | 0.62 |
| Hex | CA | 3E | FF | 15 | 4C | 0 | 0 | 11C | 64 | 3E |
| Octal | 312 | 76 | 377 | 25 | 114 | 0 | 0 | 434 | 144 | 76 |
| Binary | 11001010 | 111110 | 11111111 | 10101 | 1001100 | 0 | 0 | 100011100 | 1100100 | 111110 |
Color Harmonies of #CA3EFF
Complementary color
Monochromatic Colors of #CA3EFF
Black with #CA3EFF
Text Example
Text Example
White with #CA3EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3EFF; }
p { color: rgb(202,62,255); }
H1.HeaderClassName
{
color: #CA3EFF;
}
.AnyTagClassName
{
color: #CA3EFF;
}
</style>
background-color css
<style>
a { background-color: #CA3EFF; }
a { background-color: rgb(202,62,255); }
div.DivClassName
{
background-color: #CA3EFF;
}
.BgClassName
{
background-color: #CA3EFF;
}
</style>
border-color css
<style>
span { border-color: #CA3EFF; }
span { border-color: rgb(202,62,255); }
td.TdClassName
{
border-color: #CA3EFF;
}
.TagClassName
{
border-color: #CA3EFF;
}
</style>