Shades of Medium Orchid #C241DF
Tints of Medium Orchid #C241DF
RGB
CMYK
RGB Variations
Color information
#C241DF (or 0xC241DF) is known color: Medium Orchid. HEX triplet: C2, 41 and DF. RGB value is (194,65,223). Sum of RGB (Red+Green+Blue) = 194+65+223=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #C241DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C241DF is #3DBE20. Grayscale: #797979. Windows color (decimal): -4046369 or 14631362. OLE color: 14631362.
HSL color Cylindrical-coordinate representation of color #C241DF: hue angle of 288.99º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C241DF is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 65 | 223 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.13 |
| HSL | 288.99º | 0.71% | 0.56% | - |
| HSV(B) | 288.99º | 0.71% | 0.87% | - |
| XYZ | 37.46 | 20.58 | 71.81 | - |
| YUV | 121.58 | 185.24 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 223 | 0.13 | 0.71 | 0 | 0.13 | 288.99 | 0.71 | 0.56 |
| Hex | C2 | 41 | DF | D | 47 | 0 | D | 121 | 47 | 38 |
| Octal | 302 | 101 | 337 | 15 | 107 | 0 | 15 | 441 | 107 | 70 |
| Binary | 11000010 | 1000001 | 11011111 | 1101 | 1000111 | 0 | 1101 | 100100001 | 1000111 | 111000 |
Color Harmonies of #C241DF
Complementary color
Monochromatic Colors of #C241DF
Black with #C241DF
Text Example
Text Example
White with #C241DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C241DF; }
p { color: rgb(194,65,223); }
H1.HeaderClassName
{
color: #C241DF;
}
.AnyTagClassName
{
color: #C241DF;
}
</style>
background-color css
<style>
a { background-color: #C241DF; }
a { background-color: rgb(194,65,223); }
div.DivClassName
{
background-color: #C241DF;
}
.BgClassName
{
background-color: #C241DF;
}
</style>
border-color css
<style>
span { border-color: #C241DF; }
span { border-color: rgb(194,65,223); }
td.TdClassName
{
border-color: #C241DF;
}
.TagClassName
{
border-color: #C241DF;
}
</style>