Shades of Medium Orchid #C231F0
Tints of Medium Orchid #C231F0
RGB
CMYK
RGB Variations
Color information
#C231F0 (or 0xC231F0) is known color: Medium Orchid. HEX triplet: C2, 31 and F0. RGB value is (194,49,240). Sum of RGB (Red+Green+Blue) = 194+49+240=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 49 (19.53% from 255 or 10.14% from 483); Blue value is 240 (94.14% from 255 or 49.69% from 483); Max value from RGB is 240 - color contains mainly: blue. Hex color #C231F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C231F0 is #3DCE0F. Grayscale: #717171. Windows color (decimal): -4050448 or 15741378. OLE color: 15741378.
HSL color Cylindrical-coordinate representation of color #C231F0: hue angle of 285.55º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C231F0 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 49 | 240 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.06 |
| HSL | 285.55º | 0.86% | 0.57% | - |
| HSV(B) | 285.55º | 0.8% | 0.94% | - |
| XYZ | 39.07 | 19.96 | 84.23 | - |
| YUV | 114.13 | 199.04 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 240 | 0.19 | 0.80 | 0 | 0.06 | 285.55 | 0.86 | 0.57 |
| Hex | C2 | 31 | F0 | 13 | 50 | 0 | 6 | 11E | 56 | 39 |
| Octal | 302 | 61 | 360 | 23 | 120 | 0 | 6 | 436 | 126 | 71 |
| Binary | 11000010 | 110001 | 11110000 | 10011 | 1010000 | 0 | 110 | 100011110 | 1010110 | 111001 |
Color Harmonies of #C231F0
Complementary color
Monochromatic Colors of #C231F0
Black with #C231F0
Text Example
Text Example
White with #C231F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C231F0; }
p { color: rgb(194,49,240); }
H1.HeaderClassName
{
color: #C231F0;
}
.AnyTagClassName
{
color: #C231F0;
}
</style>
background-color css
<style>
a { background-color: #C231F0; }
a { background-color: rgb(194,49,240); }
div.DivClassName
{
background-color: #C231F0;
}
.BgClassName
{
background-color: #C231F0;
}
</style>
border-color css
<style>
span { border-color: #C231F0; }
span { border-color: rgb(194,49,240); }
td.TdClassName
{
border-color: #C231F0;
}
.TagClassName
{
border-color: #C231F0;
}
</style>