Shades of Medium Orchid #C371E7
Tints of Medium Orchid #C371E7
RGB
CMYK
RGB Variations
Color information
#C371E7 (or 0xC371E7) is known color: Medium Orchid. HEX triplet: C3, 71 and E7. RGB value is (195,113,231). Sum of RGB (Red+Green+Blue) = 195+113+231=539 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.18% from 539); Green value is 113 (44.53% from 255 or 20.96% from 539); Blue value is 231 (90.62% from 255 or 42.86% from 539); Max value from RGB is 231 - color contains mainly: blue. Hex color #C371E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C371E7 is #3C8E18. Grayscale: #969696. Windows color (decimal): -3968537 or 15167939. OLE color: 15167939.
HSL color Cylindrical-coordinate representation of color #C371E7: hue angle of 281.69º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C371E7 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 113 | 231 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.09 |
| HSL | 281.69º | 0.71% | 0.67% | - |
| HSV(B) | 281.69º | 0.51% | 0.91% | - |
| XYZ | 42.83 | 29.18 | 78.98 | - |
| YUV | 150.97 | 173.17 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 113 | 231 | 0.16 | 0.51 | 0 | 0.09 | 281.69 | 0.71 | 0.67 |
| Hex | C3 | 71 | E7 | 10 | 33 | 0 | 9 | 11A | 47 | 43 |
| Octal | 303 | 161 | 347 | 20 | 63 | 0 | 11 | 432 | 107 | 103 |
| Binary | 11000011 | 1110001 | 11100111 | 10000 | 110011 | 0 | 1001 | 100011010 | 1000111 | 1000011 |
Color Harmonies of #C371E7
Complementary color
Monochromatic Colors of #C371E7
Black with #C371E7
Text Example
Text Example
White with #C371E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C371E7; }
p { color: rgb(195,113,231); }
H1.HeaderClassName
{
color: #C371E7;
}
.AnyTagClassName
{
color: #C371E7;
}
</style>
background-color css
<style>
a { background-color: #C371E7; }
a { background-color: rgb(195,113,231); }
div.DivClassName
{
background-color: #C371E7;
}
.BgClassName
{
background-color: #C371E7;
}
</style>
border-color css
<style>
span { border-color: #C371E7; }
span { border-color: rgb(195,113,231); }
td.TdClassName
{
border-color: #C371E7;
}
.TagClassName
{
border-color: #C371E7;
}
</style>