Shades of Medium Orchid #CA47E1
Tints of Medium Orchid #CA47E1
RGB
CMYK
RGB Variations
Color information
#CA47E1 (or 0xCA47E1) is known color: Medium Orchid. HEX triplet: CA, 47 and E1. RGB value is (202,71,225). Sum of RGB (Red+Green+Blue) = 202+71+225=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 71 (28.12% from 255 or 14.26% from 498); Blue value is 225 (88.28% from 255 or 45.18% from 498); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA47E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA47E1 is #35B81E. Grayscale: #7F7F7F. Windows color (decimal): -3520543 or 14763978. OLE color: 14763978.
HSL color Cylindrical-coordinate representation of color #CA47E1: hue angle of 291.04º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA47E1 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 71 | 225 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.12 |
| HSL | 291.04º | 0.72% | 0.58% | - |
| HSV(B) | 291.04º | 0.68% | 0.88% | - |
| XYZ | 40.2 | 22.5 | 73.46 | - |
| YUV | 127.73 | 182.9 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 225 | 0.10 | 0.68 | 0 | 0.12 | 291.04 | 0.72 | 0.58 |
| Hex | CA | 47 | E1 | A | 44 | 0 | C | 123 | 48 | 3A |
| Octal | 312 | 107 | 341 | 12 | 104 | 0 | 14 | 443 | 110 | 72 |
| Binary | 11001010 | 1000111 | 11100001 | 1010 | 1000100 | 0 | 1100 | 100100011 | 1001000 | 111010 |
Color Harmonies of #CA47E1
Complementary color
Monochromatic Colors of #CA47E1
Black with #CA47E1
Text Example
Text Example
White with #CA47E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA47E1; }
p { color: rgb(202,71,225); }
H1.HeaderClassName
{
color: #CA47E1;
}
.AnyTagClassName
{
color: #CA47E1;
}
</style>
background-color css
<style>
a { background-color: #CA47E1; }
a { background-color: rgb(202,71,225); }
div.DivClassName
{
background-color: #CA47E1;
}
.BgClassName
{
background-color: #CA47E1;
}
</style>
border-color css
<style>
span { border-color: #CA47E1; }
span { border-color: rgb(202,71,225); }
td.TdClassName
{
border-color: #CA47E1;
}
.TagClassName
{
border-color: #CA47E1;
}
</style>