Shades of Medium Orchid #C370E7
Tints of Medium Orchid #C370E7
RGB
CMYK
RGB Variations
Color information
#C370E7 (or 0xC370E7) is known color: Medium Orchid. HEX triplet: C3, 70 and E7. RGB value is (195,112,231). Sum of RGB (Red+Green+Blue) = 195+112+231=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 112 (44.14% from 255 or 20.82% from 538); Blue value is 231 (90.62% from 255 or 42.94% from 538); Max value from RGB is 231 - color contains mainly: blue. Hex color #C370E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C370E7 is #3C8F18. Grayscale: #959595. Windows color (decimal): -3968793 or 15167683. OLE color: 15167683.
HSL color Cylindrical-coordinate representation of color #C370E7: hue angle of 281.85º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C370E7 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 112 | 231 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.09 |
| HSL | 281.85º | 0.71% | 0.67% | - |
| HSV(B) | 281.85º | 0.52% | 0.91% | - |
| XYZ | 42.72 | 28.96 | 78.94 | - |
| YUV | 150.38 | 173.5 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 231 | 0.16 | 0.52 | 0 | 0.09 | 281.85 | 0.71 | 0.67 |
| Hex | C3 | 70 | E7 | 10 | 34 | 0 | 9 | 11A | 47 | 43 |
| Octal | 303 | 160 | 347 | 20 | 64 | 0 | 11 | 432 | 107 | 103 |
| Binary | 11000011 | 1110000 | 11100111 | 10000 | 110100 | 0 | 1001 | 100011010 | 1000111 | 1000011 |
Color Harmonies of #C370E7
Complementary color
Monochromatic Colors of #C370E7
Black with #C370E7
Text Example
Text Example
White with #C370E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C370E7; }
p { color: rgb(195,112,231); }
H1.HeaderClassName
{
color: #C370E7;
}
.AnyTagClassName
{
color: #C370E7;
}
</style>
background-color css
<style>
a { background-color: #C370E7; }
a { background-color: rgb(195,112,231); }
div.DivClassName
{
background-color: #C370E7;
}
.BgClassName
{
background-color: #C370E7;
}
</style>
border-color css
<style>
span { border-color: #C370E7; }
span { border-color: rgb(195,112,231); }
td.TdClassName
{
border-color: #C370E7;
}
.TagClassName
{
border-color: #C370E7;
}
</style>