Shades of Medium Orchid #C374DF
Tints of Medium Orchid #C374DF
RGB
CMYK
RGB Variations
Color information
#C374DF (or 0xC374DF) is known color: Medium Orchid. HEX triplet: C3, 74 and DF. RGB value is (195,116,223). Sum of RGB (Red+Green+Blue) = 195+116+223=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 116 (45.70% from 255 or 21.72% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #C374DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C374DF is #3C8B20. Grayscale: #979797. Windows color (decimal): -3967777 or 14644419. OLE color: 14644419.
HSL color Cylindrical-coordinate representation of color #C374DF: hue angle of 284.3º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C374DF is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 116 | 223 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.13 |
| HSL | 284.3º | 0.63% | 0.66% | - |
| HSV(B) | 284.3º | 0.48% | 0.87% | - |
| XYZ | 42.07 | 29.42 | 73.27 | - |
| YUV | 151.82 | 168.17 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 223 | 0.13 | 0.48 | 0 | 0.13 | 284.3 | 0.63 | 0.66 |
| Hex | C3 | 74 | DF | D | 30 | 0 | D | 11C | 3F | 42 |
| Octal | 303 | 164 | 337 | 15 | 60 | 0 | 15 | 434 | 77 | 102 |
| Binary | 11000011 | 1110100 | 11011111 | 1101 | 110000 | 0 | 1101 | 100011100 | 111111 | 1000010 |
Color Harmonies of #C374DF
Complementary color
Monochromatic Colors of #C374DF
Black with #C374DF
Text Example
Text Example
White with #C374DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C374DF; }
p { color: rgb(195,116,223); }
H1.HeaderClassName
{
color: #C374DF;
}
.AnyTagClassName
{
color: #C374DF;
}
</style>
background-color css
<style>
a { background-color: #C374DF; }
a { background-color: rgb(195,116,223); }
div.DivClassName
{
background-color: #C374DF;
}
.BgClassName
{
background-color: #C374DF;
}
</style>
border-color css
<style>
span { border-color: #C374DF; }
span { border-color: rgb(195,116,223); }
td.TdClassName
{
border-color: #C374DF;
}
.TagClassName
{
border-color: #C374DF;
}
</style>