Shades of Medium Orchid #CA3CF1
Tints of Medium Orchid #CA3CF1
RGB
CMYK
RGB Variations
Color information
#CA3CF1 (or 0xCA3CF1) is known color: Medium Orchid. HEX triplet: CA, 3C and F1. RGB value is (202,60,241). Sum of RGB (Red+Green+Blue) = 202+60+241=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 60 (23.83% from 255 or 11.93% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA3CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3CF1 is #35C30E. Grayscale: #7A7A7A. Windows color (decimal): -3523343 or 15809738. OLE color: 15809738.
HSL color Cylindrical-coordinate representation of color #CA3CF1: hue angle of 287.07º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA3CF1 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 60 | 241 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.05 |
| HSL | 287.07º | 0.87% | 0.59% | - |
| HSV(B) | 287.07º | 0.75% | 0.95% | - |
| XYZ | 41.85 | 22.14 | 85.29 | - |
| YUV | 123.09 | 194.54 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 241 | 0.16 | 0.75 | 0 | 0.05 | 287.07 | 0.87 | 0.59 |
| Hex | CA | 3C | F1 | 10 | 4B | 0 | 5 | 11F | 57 | 3B |
| Octal | 312 | 74 | 361 | 20 | 113 | 0 | 5 | 437 | 127 | 73 |
| Binary | 11001010 | 111100 | 11110001 | 10000 | 1001011 | 0 | 101 | 100011111 | 1010111 | 111011 |
Color Harmonies of #CA3CF1
Complementary color
Monochromatic Colors of #CA3CF1
Black with #CA3CF1
Text Example
Text Example
White with #CA3CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3CF1; }
p { color: rgb(202,60,241); }
H1.HeaderClassName
{
color: #CA3CF1;
}
.AnyTagClassName
{
color: #CA3CF1;
}
</style>
background-color css
<style>
a { background-color: #CA3CF1; }
a { background-color: rgb(202,60,241); }
div.DivClassName
{
background-color: #CA3CF1;
}
.BgClassName
{
background-color: #CA3CF1;
}
</style>
border-color css
<style>
span { border-color: #CA3CF1; }
span { border-color: rgb(202,60,241); }
td.TdClassName
{
border-color: #CA3CF1;
}
.TagClassName
{
border-color: #CA3CF1;
}
</style>