Shades of Medium Orchid #C231DF
Tints of Medium Orchid #C231DF
RGB
CMYK
RGB Variations
Color information
#C231DF (or 0xC231DF) is known color: Medium Orchid. HEX triplet: C2, 31 and DF. RGB value is (194,49,223). Sum of RGB (Red+Green+Blue) = 194+49+223=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 49 (19.53% from 255 or 10.52% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #C231DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C231DF is #3DCE20. Grayscale: #6F6F6F. Windows color (decimal): -4050465 or 14627266. OLE color: 14627266.
HSL color Cylindrical-coordinate representation of color #C231DF: hue angle of 290º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C231DF is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 49 | 223 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.13 |
| HSL | 290º | 0.73% | 0.53% | - |
| HSV(B) | 290º | 0.78% | 0.87% | - |
| XYZ | 36.67 | 18.99 | 71.55 | - |
| YUV | 112.19 | 190.54 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 223 | 0.13 | 0.78 | 0 | 0.13 | 290 | 0.73 | 0.53 |
| Hex | C2 | 31 | DF | D | 4E | 0 | D | 122 | 49 | 35 |
| Octal | 302 | 61 | 337 | 15 | 116 | 0 | 15 | 442 | 111 | 65 |
| Binary | 11000010 | 110001 | 11011111 | 1101 | 1001110 | 0 | 1101 | 100100010 | 1001001 | 110101 |
Color Harmonies of #C231DF
Complementary color
Monochromatic Colors of #C231DF
Black with #C231DF
Text Example
Text Example
White with #C231DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C231DF; }
p { color: rgb(194,49,223); }
H1.HeaderClassName
{
color: #C231DF;
}
.AnyTagClassName
{
color: #C231DF;
}
</style>
background-color css
<style>
a { background-color: #C231DF; }
a { background-color: rgb(194,49,223); }
div.DivClassName
{
background-color: #C231DF;
}
.BgClassName
{
background-color: #C231DF;
}
</style>
border-color css
<style>
span { border-color: #C231DF; }
span { border-color: rgb(194,49,223); }
td.TdClassName
{
border-color: #C231DF;
}
.TagClassName
{
border-color: #C231DF;
}
</style>