Shades of Medium Orchid #C374E3
Tints of Medium Orchid #C374E3
RGB
CMYK
RGB Variations
Color information
#C374E3 (or 0xC374E3) is known color: Medium Orchid. HEX triplet: C3, 74 and E3. RGB value is (195,116,227). Sum of RGB (Red+Green+Blue) = 195+116+227=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 116 (45.70% from 255 or 21.56% from 538); Blue value is 227 (89.06% from 255 or 42.19% from 538); Max value from RGB is 227 - color contains mainly: blue. Hex color #C374E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C374E3 is #3C8B1C. Grayscale: #979797. Windows color (decimal): -3967773 or 14906563. OLE color: 14906563.
HSL color Cylindrical-coordinate representation of color #C374E3: hue angle of 282.7º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C374E3 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 116 | 227 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.11 |
| HSL | 282.7º | 0.66% | 0.67% | - |
| HSV(B) | 282.7º | 0.49% | 0.89% | - |
| XYZ | 42.62 | 29.64 | 76.15 | - |
| YUV | 152.28 | 170.17 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 227 | 0.14 | 0.49 | 0 | 0.11 | 282.7 | 0.66 | 0.67 |
| Hex | C3 | 74 | E3 | E | 31 | 0 | B | 11B | 42 | 43 |
| Octal | 303 | 164 | 343 | 16 | 61 | 0 | 13 | 433 | 102 | 103 |
| Binary | 11000011 | 1110100 | 11100011 | 1110 | 110001 | 0 | 1011 | 100011011 | 1000010 | 1000011 |
Color Harmonies of #C374E3
Complementary color
Monochromatic Colors of #C374E3
Black with #C374E3
Text Example
Text Example
White with #C374E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C374E3; }
p { color: rgb(195,116,227); }
H1.HeaderClassName
{
color: #C374E3;
}
.AnyTagClassName
{
color: #C374E3;
}
</style>
background-color css
<style>
a { background-color: #C374E3; }
a { background-color: rgb(195,116,227); }
div.DivClassName
{
background-color: #C374E3;
}
.BgClassName
{
background-color: #C374E3;
}
</style>
border-color css
<style>
span { border-color: #C374E3; }
span { border-color: rgb(195,116,227); }
td.TdClassName
{
border-color: #C374E3;
}
.TagClassName
{
border-color: #C374E3;
}
</style>