Shades of Medium Orchid #C247DF
Tints of Medium Orchid #C247DF
RGB
CMYK
RGB Variations
Color information
#C247DF (or 0xC247DF) is known color: Medium Orchid. HEX triplet: C2, 47 and DF. RGB value is (194,71,223). Sum of RGB (Red+Green+Blue) = 194+71+223=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 71 (28.12% from 255 or 14.55% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #C247DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C247DF is #3DB820. Grayscale: #7C7C7C. Windows color (decimal): -4044833 or 14632898. OLE color: 14632898.
HSL color Cylindrical-coordinate representation of color #C247DF: hue angle of 288.55º 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 #C247DF is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 71 | 223 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.13 |
| HSL | 288.55º | 0.7% | 0.58% | - |
| HSV(B) | 288.55º | 0.68% | 0.87% | - |
| XYZ | 37.82 | 21.3 | 71.93 | - |
| YUV | 125.11 | 183.25 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 223 | 0.13 | 0.68 | 0 | 0.13 | 288.55 | 0.7 | 0.58 |
| Hex | C2 | 47 | DF | D | 44 | 0 | D | 121 | 46 | 3A |
| Octal | 302 | 107 | 337 | 15 | 104 | 0 | 15 | 441 | 106 | 72 |
| Binary | 11000010 | 1000111 | 11011111 | 1101 | 1000100 | 0 | 1101 | 100100001 | 1000110 | 111010 |
Color Harmonies of #C247DF
Complementary color
Monochromatic Colors of #C247DF
Black with #C247DF
Text Example
Text Example
White with #C247DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C247DF; }
p { color: rgb(194,71,223); }
H1.HeaderClassName
{
color: #C247DF;
}
.AnyTagClassName
{
color: #C247DF;
}
</style>
background-color css
<style>
a { background-color: #C247DF; }
a { background-color: rgb(194,71,223); }
div.DivClassName
{
background-color: #C247DF;
}
.BgClassName
{
background-color: #C247DF;
}
</style>
border-color css
<style>
span { border-color: #C247DF; }
span { border-color: rgb(194,71,223); }
td.TdClassName
{
border-color: #C247DF;
}
.TagClassName
{
border-color: #C247DF;
}
</style>