Shades of Medium Orchid #C374E5
Tints of Medium Orchid #C374E5
RGB
CMYK
RGB Variations
Color information
#C374E5 (or 0xC374E5) is known color: Medium Orchid. HEX triplet: C3, 74 and E5. RGB value is (195,116,229). Sum of RGB (Red+Green+Blue) = 195+116+229=540 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.11% from 540); Green value is 116 (45.70% from 255 or 21.48% from 540); Blue value is 229 (89.84% from 255 or 42.41% from 540); Max value from RGB is 229 - color contains mainly: blue. Hex color #C374E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C374E5 is #3C8B1A. Grayscale: #989898. Windows color (decimal): -3967771 or 15037635. OLE color: 15037635.
HSL color Cylindrical-coordinate representation of color #C374E5: hue angle of 281.95º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C374E5 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 116 | 229 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.10 |
| HSL | 281.95º | 0.68% | 0.68% | - |
| HSV(B) | 281.95º | 0.49% | 0.9% | - |
| XYZ | 42.89 | 29.75 | 77.61 | - |
| YUV | 152.5 | 171.17 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 229 | 0.15 | 0.49 | 0 | 0.10 | 281.95 | 0.68 | 0.68 |
| Hex | C3 | 74 | E5 | F | 31 | 0 | A | 11A | 44 | 44 |
| Octal | 303 | 164 | 345 | 17 | 61 | 0 | 12 | 432 | 104 | 104 |
| Binary | 11000011 | 1110100 | 11100101 | 1111 | 110001 | 0 | 1010 | 100011010 | 1000100 | 1000100 |
Color Harmonies of #C374E5
Complementary color
Monochromatic Colors of #C374E5
Black with #C374E5
Text Example
Text Example
White with #C374E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C374E5; }
p { color: rgb(195,116,229); }
H1.HeaderClassName
{
color: #C374E5;
}
.AnyTagClassName
{
color: #C374E5;
}
</style>
background-color css
<style>
a { background-color: #C374E5; }
a { background-color: rgb(195,116,229); }
div.DivClassName
{
background-color: #C374E5;
}
.BgClassName
{
background-color: #C374E5;
}
</style>
border-color css
<style>
span { border-color: #C374E5; }
span { border-color: rgb(195,116,229); }
td.TdClassName
{
border-color: #C374E5;
}
.TagClassName
{
border-color: #C374E5;
}
</style>