Shades of Medium Orchid #CA4CF1
Tints of Medium Orchid #CA4CF1
RGB
CMYK
RGB Variations
Color information
#CA4CF1 (or 0xCA4CF1) is known color: Medium Orchid. HEX triplet: CA, 4C and F1. RGB value is (202,76,241). Sum of RGB (Red+Green+Blue) = 202+76+241=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 76 (30.08% from 255 or 14.64% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA4CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA4CF1 is #35B30E. Grayscale: #838383. Windows color (decimal): -3519247 or 15813834. OLE color: 15813834.
HSL color Cylindrical-coordinate representation of color #CA4CF1: hue angle of 285.82º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4CF1 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 76 | 241 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.05 |
| HSL | 285.82º | 0.85% | 0.62% | - |
| HSV(B) | 285.82º | 0.68% | 0.95% | - |
| XYZ | 42.82 | 24.08 | 85.61 | - |
| YUV | 132.48 | 189.24 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 76 | 241 | 0.16 | 0.68 | 0 | 0.05 | 285.82 | 0.85 | 0.62 |
| Hex | CA | 4C | F1 | 10 | 44 | 0 | 5 | 11E | 55 | 3E |
| Octal | 312 | 114 | 361 | 20 | 104 | 0 | 5 | 436 | 125 | 76 |
| Binary | 11001010 | 1001100 | 11110001 | 10000 | 1000100 | 0 | 101 | 100011110 | 1010101 | 111110 |
Color Harmonies of #CA4CF1
Complementary color
Monochromatic Colors of #CA4CF1
Black with #CA4CF1
Text Example
Text Example
White with #CA4CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4CF1; }
p { color: rgb(202,76,241); }
H1.HeaderClassName
{
color: #CA4CF1;
}
.AnyTagClassName
{
color: #CA4CF1;
}
</style>
background-color css
<style>
a { background-color: #CA4CF1; }
a { background-color: rgb(202,76,241); }
div.DivClassName
{
background-color: #CA4CF1;
}
.BgClassName
{
background-color: #CA4CF1;
}
</style>
border-color css
<style>
span { border-color: #CA4CF1; }
span { border-color: rgb(202,76,241); }
td.TdClassName
{
border-color: #CA4CF1;
}
.TagClassName
{
border-color: #CA4CF1;
}
</style>