Shades of Medium Orchid #CA47DF
Tints of Medium Orchid #CA47DF
RGB
CMYK
RGB Variations
Color information
#CA47DF (or 0xCA47DF) is known color: Medium Orchid. HEX triplet: CA, 47 and DF. RGB value is (202,71,223). Sum of RGB (Red+Green+Blue) = 202+71+223=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 71 (28.12% from 255 or 14.31% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA47DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA47DF is #35B820. Grayscale: #7F7F7F. Windows color (decimal): -3520545 or 14632906. OLE color: 14632906.
HSL color Cylindrical-coordinate representation of color #CA47DF: hue angle of 291.71º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA47DF is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 71 | 223 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.13 |
| HSL | 291.71º | 0.7% | 0.58% | - |
| HSV(B) | 291.71º | 0.68% | 0.87% | - |
| XYZ | 39.93 | 22.39 | 72.03 | - |
| YUV | 127.5 | 181.9 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 223 | 0.09 | 0.68 | 0 | 0.13 | 291.71 | 0.7 | 0.58 |
| Hex | CA | 47 | DF | 9 | 44 | 0 | D | 124 | 46 | 3A |
| Octal | 312 | 107 | 337 | 11 | 104 | 0 | 15 | 444 | 106 | 72 |
| Binary | 11001010 | 1000111 | 11011111 | 1001 | 1000100 | 0 | 1101 | 100100100 | 1000110 | 111010 |
Color Harmonies of #CA47DF
Complementary color
Monochromatic Colors of #CA47DF
Black with #CA47DF
Text Example
Text Example
White with #CA47DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA47DF; }
p { color: rgb(202,71,223); }
H1.HeaderClassName
{
color: #CA47DF;
}
.AnyTagClassName
{
color: #CA47DF;
}
</style>
background-color css
<style>
a { background-color: #CA47DF; }
a { background-color: rgb(202,71,223); }
div.DivClassName
{
background-color: #CA47DF;
}
.BgClassName
{
background-color: #CA47DF;
}
</style>
border-color css
<style>
span { border-color: #CA47DF; }
span { border-color: rgb(202,71,223); }
td.TdClassName
{
border-color: #CA47DF;
}
.TagClassName
{
border-color: #CA47DF;
}
</style>