Shades of Medium Orchid #CA51F1
Tints of Medium Orchid #CA51F1
RGB
CMYK
RGB Variations
Color information
#CA51F1 (or 0xCA51F1) is known color: Medium Orchid. HEX triplet: CA, 51 and F1. RGB value is (202,81,241). Sum of RGB (Red+Green+Blue) = 202+81+241=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 81 (32.03% from 255 or 15.46% from 524); Blue value is 241 (94.53% from 255 or 45.99% from 524); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA51F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA51F1 is #35AE0E. Grayscale: #868686. Windows color (decimal): -3517967 or 15815114. OLE color: 15815114.
HSL color Cylindrical-coordinate representation of color #CA51F1: hue angle of 285.38º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA51F1 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 81 | 241 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.05 |
| HSL | 285.38º | 0.85% | 0.63% | - |
| HSV(B) | 285.38º | 0.66% | 0.95% | - |
| XYZ | 43.18 | 24.79 | 85.73 | - |
| YUV | 135.42 | 187.59 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 241 | 0.16 | 0.66 | 0 | 0.05 | 285.38 | 0.85 | 0.63 |
| Hex | CA | 51 | F1 | 10 | 42 | 0 | 5 | 11D | 55 | 3F |
| Octal | 312 | 121 | 361 | 20 | 102 | 0 | 5 | 435 | 125 | 77 |
| Binary | 11001010 | 1010001 | 11110001 | 10000 | 1000010 | 0 | 101 | 100011101 | 1010101 | 111111 |
Color Harmonies of #CA51F1
Complementary color
Monochromatic Colors of #CA51F1
Black with #CA51F1
Text Example
Text Example
White with #CA51F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA51F1; }
p { color: rgb(202,81,241); }
H1.HeaderClassName
{
color: #CA51F1;
}
.AnyTagClassName
{
color: #CA51F1;
}
</style>
background-color css
<style>
a { background-color: #CA51F1; }
a { background-color: rgb(202,81,241); }
div.DivClassName
{
background-color: #CA51F1;
}
.BgClassName
{
background-color: #CA51F1;
}
</style>
border-color css
<style>
span { border-color: #CA51F1; }
span { border-color: rgb(202,81,241); }
td.TdClassName
{
border-color: #CA51F1;
}
.TagClassName
{
border-color: #CA51F1;
}
</style>