Shades of Medium Orchid #CA47E4
Tints of Medium Orchid #CA47E4
RGB
CMYK
RGB Variations
Color information
#CA47E4 (or 0xCA47E4) is known color: Medium Orchid. HEX triplet: CA, 47 and E4. RGB value is (202,71,228). Sum of RGB (Red+Green+Blue) = 202+71+228=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 71 (28.12% from 255 or 14.17% from 501); Blue value is 228 (89.45% from 255 or 45.51% from 501); Max value from RGB is 228 - color contains mainly: blue. Hex color #CA47E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA47E4 is #35B81B. Grayscale: #7F7F7F. Windows color (decimal): -3520540 or 14960586. OLE color: 14960586.
HSL color Cylindrical-coordinate representation of color #CA47E4: hue angle of 290.06º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA47E4 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 71 | 228 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.11 |
| HSL | 290.06º | 0.74% | 0.59% | - |
| HSV(B) | 290.06º | 0.69% | 0.89% | - |
| XYZ | 40.61 | 22.66 | 75.63 | - |
| YUV | 128.07 | 184.4 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 228 | 0.11 | 0.69 | 0 | 0.11 | 290.06 | 0.74 | 0.59 |
| Hex | CA | 47 | E4 | B | 45 | 0 | B | 122 | 4A | 3B |
| Octal | 312 | 107 | 344 | 13 | 105 | 0 | 13 | 442 | 112 | 73 |
| Binary | 11001010 | 1000111 | 11100100 | 1011 | 1000101 | 0 | 1011 | 100100010 | 1001010 | 111011 |
Color Harmonies of #CA47E4
Complementary color
Monochromatic Colors of #CA47E4
Black with #CA47E4
Text Example
Text Example
White with #CA47E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA47E4; }
p { color: rgb(202,71,228); }
H1.HeaderClassName
{
color: #CA47E4;
}
.AnyTagClassName
{
color: #CA47E4;
}
</style>
background-color css
<style>
a { background-color: #CA47E4; }
a { background-color: rgb(202,71,228); }
div.DivClassName
{
background-color: #CA47E4;
}
.BgClassName
{
background-color: #CA47E4;
}
</style>
border-color css
<style>
span { border-color: #CA47E4; }
span { border-color: rgb(202,71,228); }
td.TdClassName
{
border-color: #CA47E4;
}
.TagClassName
{
border-color: #CA47E4;
}
</style>