Shades of Medium Orchid #C244DF
Tints of Medium Orchid #C244DF
RGB
CMYK
RGB Variations
Color information
#C244DF (or 0xC244DF) is known color: Medium Orchid. HEX triplet: C2, 44 and DF. RGB value is (194,68,223). Sum of RGB (Red+Green+Blue) = 194+68+223=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 68 (26.95% from 255 or 14.02% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #C244DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C244DF is #3DBB20. Grayscale: #7A7A7A. Windows color (decimal): -4045601 or 14632130. OLE color: 14632130.
HSL color Cylindrical-coordinate representation of color #C244DF: hue angle of 288.77º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C244DF is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 68 | 223 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.13 |
| HSL | 288.77º | 0.71% | 0.57% | - |
| HSV(B) | 288.77º | 0.7% | 0.87% | - |
| XYZ | 37.63 | 20.93 | 71.87 | - |
| YUV | 123.34 | 184.24 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 223 | 0.13 | 0.70 | 0 | 0.13 | 288.77 | 0.71 | 0.57 |
| Hex | C2 | 44 | DF | D | 46 | 0 | D | 121 | 47 | 39 |
| Octal | 302 | 104 | 337 | 15 | 106 | 0 | 15 | 441 | 107 | 71 |
| Binary | 11000010 | 1000100 | 11011111 | 1101 | 1000110 | 0 | 1101 | 100100001 | 1000111 | 111001 |
Color Harmonies of #C244DF
Complementary color
Monochromatic Colors of #C244DF
Black with #C244DF
Text Example
Text Example
White with #C244DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C244DF; }
p { color: rgb(194,68,223); }
H1.HeaderClassName
{
color: #C244DF;
}
.AnyTagClassName
{
color: #C244DF;
}
</style>
background-color css
<style>
a { background-color: #C244DF; }
a { background-color: rgb(194,68,223); }
div.DivClassName
{
background-color: #C244DF;
}
.BgClassName
{
background-color: #C244DF;
}
</style>
border-color css
<style>
span { border-color: #C244DF; }
span { border-color: rgb(194,68,223); }
td.TdClassName
{
border-color: #C244DF;
}
.TagClassName
{
border-color: #C244DF;
}
</style>