Shades of Medium Orchid #C374E2
Tints of Medium Orchid #C374E2
RGB
CMYK
RGB Variations
Color information
#C374E2 (or 0xC374E2) is known color: Medium Orchid. HEX triplet: C3, 74 and E2. RGB value is (195,116,226). Sum of RGB (Red+Green+Blue) = 195+116+226=537 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.31% from 537); Green value is 116 (45.70% from 255 or 21.60% from 537); Blue value is 226 (88.67% from 255 or 42.09% from 537); Max value from RGB is 226 - color contains mainly: blue. Hex color #C374E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C374E2 is #3C8B1D. Grayscale: #979797. Windows color (decimal): -3967774 or 14841027. OLE color: 14841027.
HSL color Cylindrical-coordinate representation of color #C374E2: hue angle of 283.09º degrees, saturation: 0.65, 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 #C374E2 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 116 | 226 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.11 |
| HSL | 283.09º | 0.65% | 0.67% | - |
| HSV(B) | 283.09º | 0.49% | 0.89% | - |
| XYZ | 42.48 | 29.58 | 75.42 | - |
| YUV | 152.16 | 169.67 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 226 | 0.14 | 0.49 | 0 | 0.11 | 283.09 | 0.65 | 0.67 |
| Hex | C3 | 74 | E2 | E | 31 | 0 | B | 11B | 41 | 43 |
| Octal | 303 | 164 | 342 | 16 | 61 | 0 | 13 | 433 | 101 | 103 |
| Binary | 11000011 | 1110100 | 11100010 | 1110 | 110001 | 0 | 1011 | 100011011 | 1000001 | 1000011 |
Color Harmonies of #C374E2
Complementary color
Monochromatic Colors of #C374E2
Black with #C374E2
Text Example
Text Example
White with #C374E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C374E2; }
p { color: rgb(195,116,226); }
H1.HeaderClassName
{
color: #C374E2;
}
.AnyTagClassName
{
color: #C374E2;
}
</style>
background-color css
<style>
a { background-color: #C374E2; }
a { background-color: rgb(195,116,226); }
div.DivClassName
{
background-color: #C374E2;
}
.BgClassName
{
background-color: #C374E2;
}
</style>
border-color css
<style>
span { border-color: #C374E2; }
span { border-color: rgb(195,116,226); }
td.TdClassName
{
border-color: #C374E2;
}
.TagClassName
{
border-color: #C374E2;
}
</style>