Shades of Medium Orchid #C242DF
Tints of Medium Orchid #C242DF
RGB
CMYK
RGB Variations
Color information
#C242DF (or 0xC242DF) is known color: Medium Orchid. HEX triplet: C2, 42 and DF. RGB value is (194,66,223). Sum of RGB (Red+Green+Blue) = 194+66+223=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 66 (26.17% from 255 or 13.66% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #C242DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C242DF is #3DBD20. Grayscale: #797979. Windows color (decimal): -4046113 or 14631618. OLE color: 14631618.
HSL color Cylindrical-coordinate representation of color #C242DF: hue angle of 288.92º 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 #C242DF is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 66 | 223 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.13 |
| HSL | 288.92º | 0.71% | 0.57% | - |
| HSV(B) | 288.92º | 0.7% | 0.87% | - |
| XYZ | 37.52 | 20.69 | 71.83 | - |
| YUV | 122.17 | 184.91 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 223 | 0.13 | 0.70 | 0 | 0.13 | 288.92 | 0.71 | 0.57 |
| Hex | C2 | 42 | DF | D | 46 | 0 | D | 121 | 47 | 39 |
| Octal | 302 | 102 | 337 | 15 | 106 | 0 | 15 | 441 | 107 | 71 |
| Binary | 11000010 | 1000010 | 11011111 | 1101 | 1000110 | 0 | 1101 | 100100001 | 1000111 | 111001 |
Color Harmonies of #C242DF
Complementary color
Monochromatic Colors of #C242DF
Black with #C242DF
Text Example
Text Example
White with #C242DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C242DF; }
p { color: rgb(194,66,223); }
H1.HeaderClassName
{
color: #C242DF;
}
.AnyTagClassName
{
color: #C242DF;
}
</style>
background-color css
<style>
a { background-color: #C242DF; }
a { background-color: rgb(194,66,223); }
div.DivClassName
{
background-color: #C242DF;
}
.BgClassName
{
background-color: #C242DF;
}
</style>
border-color css
<style>
span { border-color: #C242DF; }
span { border-color: rgb(194,66,223); }
td.TdClassName
{
border-color: #C242DF;
}
.TagClassName
{
border-color: #C242DF;
}
</style>