Shades of Medium Orchid #C331DF
Tints of Medium Orchid #C331DF
RGB
CMYK
RGB Variations
Color information
#C331DF (or 0xC331DF) is known color: Medium Orchid. HEX triplet: C3, 31 and DF. RGB value is (195,49,223). Sum of RGB (Red+Green+Blue) = 195+49+223=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 49 (19.53% from 255 or 10.49% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #C331DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C331DF is #3CCE20. Grayscale: #6F6F6F. Windows color (decimal): -3984929 or 14627267. OLE color: 14627267.
HSL color Cylindrical-coordinate representation of color #C331DF: hue angle of 290.34º 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 #C331DF is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 49 | 223 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.13 |
| HSL | 290.34º | 0.73% | 0.53% | - |
| HSV(B) | 290.34º | 0.78% | 0.87% | - |
| XYZ | 36.92 | 19.13 | 71.56 | - |
| YUV | 112.49 | 190.37 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 223 | 0.13 | 0.78 | 0 | 0.13 | 290.34 | 0.73 | 0.53 |
| Hex | C3 | 31 | DF | D | 4E | 0 | D | 122 | 49 | 35 |
| Octal | 303 | 61 | 337 | 15 | 116 | 0 | 15 | 442 | 111 | 65 |
| Binary | 11000011 | 110001 | 11011111 | 1101 | 1001110 | 0 | 1101 | 100100010 | 1001001 | 110101 |
Color Harmonies of #C331DF
Complementary color
Monochromatic Colors of #C331DF
Black with #C331DF
Text Example
Text Example
White with #C331DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C331DF; }
p { color: rgb(195,49,223); }
H1.HeaderClassName
{
color: #C331DF;
}
.AnyTagClassName
{
color: #C331DF;
}
</style>
background-color css
<style>
a { background-color: #C331DF; }
a { background-color: rgb(195,49,223); }
div.DivClassName
{
background-color: #C331DF;
}
.BgClassName
{
background-color: #C331DF;
}
</style>
border-color css
<style>
span { border-color: #C331DF; }
span { border-color: rgb(195,49,223); }
td.TdClassName
{
border-color: #C331DF;
}
.TagClassName
{
border-color: #C331DF;
}
</style>