Shades of Medium Orchid #CA47EA
Tints of Medium Orchid #CA47EA
RGB
CMYK
RGB Variations
Color information
#CA47EA (or 0xCA47EA) is known color: Medium Orchid. HEX triplet: CA, 47 and EA. RGB value is (202,71,234). Sum of RGB (Red+Green+Blue) = 202+71+234=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 71 (28.12% from 255 or 14.00% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA47EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA47EA is #35B815. Grayscale: #808080. Windows color (decimal): -3520534 or 15353802. OLE color: 15353802.
HSL color Cylindrical-coordinate representation of color #CA47EA: hue angle of 288.22º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA47EA is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 71 | 234 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.08 |
| HSL | 288.22º | 0.8% | 0.6% | - |
| HSV(B) | 288.22º | 0.7% | 0.92% | - |
| XYZ | 41.46 | 23 | 80.1 | - |
| YUV | 128.75 | 187.4 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 234 | 0.14 | 0.70 | 0 | 0.08 | 288.22 | 0.8 | 0.6 |
| Hex | CA | 47 | EA | E | 46 | 0 | 8 | 120 | 50 | 3C |
| Octal | 312 | 107 | 352 | 16 | 106 | 0 | 10 | 440 | 120 | 74 |
| Binary | 11001010 | 1000111 | 11101010 | 1110 | 1000110 | 0 | 1000 | 100100000 | 1010000 | 111100 |
Color Harmonies of #CA47EA
Complementary color
Monochromatic Colors of #CA47EA
Black with #CA47EA
Text Example
Text Example
White with #CA47EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA47EA; }
p { color: rgb(202,71,234); }
H1.HeaderClassName
{
color: #CA47EA;
}
.AnyTagClassName
{
color: #CA47EA;
}
</style>
background-color css
<style>
a { background-color: #CA47EA; }
a { background-color: rgb(202,71,234); }
div.DivClassName
{
background-color: #CA47EA;
}
.BgClassName
{
background-color: #CA47EA;
}
</style>
border-color css
<style>
span { border-color: #CA47EA; }
span { border-color: rgb(202,71,234); }
td.TdClassName
{
border-color: #CA47EA;
}
.TagClassName
{
border-color: #CA47EA;
}
</style>