Shades of Medium Orchid #CA47DD
Tints of Medium Orchid #CA47DD
RGB
CMYK
RGB Variations
Color information
#CA47DD (or 0xCA47DD) is known color: Medium Orchid. HEX triplet: CA, 47 and DD. RGB value is (202,71,221). Sum of RGB (Red+Green+Blue) = 202+71+221=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 71 (28.12% from 255 or 14.37% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA47DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA47DD is #35B822. Grayscale: #7E7E7E. Windows color (decimal): -3520547 or 14501834. OLE color: 14501834.
HSL color Cylindrical-coordinate representation of color #CA47DD: hue angle of 292.4º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA47DD is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 71 | 221 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.13 |
| HSL | 292.4º | 0.69% | 0.57% | - |
| HSV(B) | 292.4º | 0.68% | 0.87% | - |
| XYZ | 39.66 | 22.28 | 70.62 | - |
| YUV | 127.27 | 180.9 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 221 | 0.09 | 0.68 | 0 | 0.13 | 292.4 | 0.69 | 0.57 |
| Hex | CA | 47 | DD | 9 | 44 | 0 | D | 124 | 45 | 39 |
| Octal | 312 | 107 | 335 | 11 | 104 | 0 | 15 | 444 | 105 | 71 |
| Binary | 11001010 | 1000111 | 11011101 | 1001 | 1000100 | 0 | 1101 | 100100100 | 1000101 | 111001 |
Color Harmonies of #CA47DD
Complementary color
Monochromatic Colors of #CA47DD
Black with #CA47DD
Text Example
Text Example
White with #CA47DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA47DD; }
p { color: rgb(202,71,221); }
H1.HeaderClassName
{
color: #CA47DD;
}
.AnyTagClassName
{
color: #CA47DD;
}
</style>
background-color css
<style>
a { background-color: #CA47DD; }
a { background-color: rgb(202,71,221); }
div.DivClassName
{
background-color: #CA47DD;
}
.BgClassName
{
background-color: #CA47DD;
}
</style>
border-color css
<style>
span { border-color: #CA47DD; }
span { border-color: rgb(202,71,221); }
td.TdClassName
{
border-color: #CA47DD;
}
.TagClassName
{
border-color: #CA47DD;
}
</style>