Shades of Medium Orchid #CA3CFF
Tints of Medium Orchid #CA3CFF
RGB
CMYK
RGB Variations
Color information
#CA3CFF (or 0xCA3CFF) is known color: Medium Orchid. HEX triplet: CA, 3C and FF. RGB value is (202,60,255). Sum of RGB (Red+Green+Blue) = 202+60+255=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 60 (23.83% from 255 or 11.61% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA3CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3CFF is #35C300. Grayscale: #7C7C7C. Windows color (decimal): -3523329 or 16727242. OLE color: 16727242.
HSL color Cylindrical-coordinate representation of color #CA3CFF: hue angle of 283.69º 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 #CA3CFF is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 60 | 255 | - |
| CMYK | 0.21 | 0.76 | 0 | 0 |
| HSL | 283.69º | 1% | 0.62% | - |
| HSV(B) | 283.69º | 0.76% | 1% | - |
| XYZ | 44.02 | 23.01 | 96.73 | - |
| YUV | 124.69 | 201.54 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 255 | 0.21 | 0.76 | 0 | 0 | 283.69 | 1 | 0.62 |
| Hex | CA | 3C | FF | 15 | 4C | 0 | 0 | 11C | 64 | 3E |
| Octal | 312 | 74 | 377 | 25 | 114 | 0 | 0 | 434 | 144 | 76 |
| Binary | 11001010 | 111100 | 11111111 | 10101 | 1001100 | 0 | 0 | 100011100 | 1100100 | 111110 |
Color Harmonies of #CA3CFF
Complementary color
Monochromatic Colors of #CA3CFF
Black with #CA3CFF
Text Example
Text Example
White with #CA3CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3CFF; }
p { color: rgb(202,60,255); }
H1.HeaderClassName
{
color: #CA3CFF;
}
.AnyTagClassName
{
color: #CA3CFF;
}
</style>
background-color css
<style>
a { background-color: #CA3CFF; }
a { background-color: rgb(202,60,255); }
div.DivClassName
{
background-color: #CA3CFF;
}
.BgClassName
{
background-color: #CA3CFF;
}
</style>
border-color css
<style>
span { border-color: #CA3CFF; }
span { border-color: rgb(202,60,255); }
td.TdClassName
{
border-color: #CA3CFF;
}
.TagClassName
{
border-color: #CA3CFF;
}
</style>