Shades of Medium Orchid #CA3FFF
Tints of Medium Orchid #CA3FFF
RGB
CMYK
RGB Variations
Color information
#CA3FFF (or 0xCA3FFF) is known color: Medium Orchid. HEX triplet: CA, 3F and FF. RGB value is (202,63,255). Sum of RGB (Red+Green+Blue) = 202+63+255=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 63 (25% from 255 or 12.12% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA3FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3FFF is #35C000. Grayscale: #7D7D7D. Windows color (decimal): -3522561 or 16728010. OLE color: 16728010.
HSL color Cylindrical-coordinate representation of color #CA3FFF: hue angle of 283.44º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA3FFF is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 63 | 255 | - |
| CMYK | 0.21 | 0.75 | 0 | 0 |
| HSL | 283.44º | 1% | 0.62% | - |
| HSV(B) | 283.44º | 0.75% | 1% | - |
| XYZ | 44.18 | 23.33 | 96.78 | - |
| YUV | 126.45 | 200.55 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 63 | 255 | 0.21 | 0.75 | 0 | 0 | 283.44 | 1 | 0.62 |
| Hex | CA | 3F | FF | 15 | 4B | 0 | 0 | 11B | 64 | 3E |
| Octal | 312 | 77 | 377 | 25 | 113 | 0 | 0 | 433 | 144 | 76 |
| Binary | 11001010 | 111111 | 11111111 | 10101 | 1001011 | 0 | 0 | 100011011 | 1100100 | 111110 |
Color Harmonies of #CA3FFF
Complementary color
Monochromatic Colors of #CA3FFF
Black with #CA3FFF
Text Example
Text Example
White with #CA3FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3FFF; }
p { color: rgb(202,63,255); }
H1.HeaderClassName
{
color: #CA3FFF;
}
.AnyTagClassName
{
color: #CA3FFF;
}
</style>
background-color css
<style>
a { background-color: #CA3FFF; }
a { background-color: rgb(202,63,255); }
div.DivClassName
{
background-color: #CA3FFF;
}
.BgClassName
{
background-color: #CA3FFF;
}
</style>
border-color css
<style>
span { border-color: #CA3FFF; }
span { border-color: rgb(202,63,255); }
td.TdClassName
{
border-color: #CA3FFF;
}
.TagClassName
{
border-color: #CA3FFF;
}
</style>