Shades of Medium Orchid #CA5BF1
Tints of Medium Orchid #CA5BF1
RGB
CMYK
RGB Variations
Color information
#CA5BF1 (or 0xCA5BF1) is known color: Medium Orchid. HEX triplet: CA, 5B and F1. RGB value is (202,91,241). Sum of RGB (Red+Green+Blue) = 202+91+241=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 91 (35.94% from 255 or 17.04% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA5BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5BF1 is #35A40E. Grayscale: #8C8C8C. Windows color (decimal): -3515407 or 15817674. OLE color: 15817674.
HSL color Cylindrical-coordinate representation of color #CA5BF1: hue angle of 284.4º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA5BF1 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 91 | 241 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.05 |
| HSL | 284.4º | 0.84% | 0.65% | - |
| HSV(B) | 284.4º | 0.62% | 0.95% | - |
| XYZ | 43.98 | 26.39 | 86 | - |
| YUV | 141.29 | 184.27 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 91 | 241 | 0.16 | 0.62 | 0 | 0.05 | 284.4 | 0.84 | 0.65 |
| Hex | CA | 5B | F1 | 10 | 3E | 0 | 5 | 11C | 54 | 41 |
| Octal | 312 | 133 | 361 | 20 | 76 | 0 | 5 | 434 | 124 | 101 |
| Binary | 11001010 | 1011011 | 11110001 | 10000 | 111110 | 0 | 101 | 100011100 | 1010100 | 1000001 |
Color Harmonies of #CA5BF1
Complementary color
Monochromatic Colors of #CA5BF1
Black with #CA5BF1
Text Example
Text Example
White with #CA5BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5BF1; }
p { color: rgb(202,91,241); }
H1.HeaderClassName
{
color: #CA5BF1;
}
.AnyTagClassName
{
color: #CA5BF1;
}
</style>
background-color css
<style>
a { background-color: #CA5BF1; }
a { background-color: rgb(202,91,241); }
div.DivClassName
{
background-color: #CA5BF1;
}
.BgClassName
{
background-color: #CA5BF1;
}
</style>
border-color css
<style>
span { border-color: #CA5BF1; }
span { border-color: rgb(202,91,241); }
td.TdClassName
{
border-color: #CA5BF1;
}
.TagClassName
{
border-color: #CA5BF1;
}
</style>