Shades of Medium Orchid #C34ED6
Tints of Medium Orchid #C34ED6
RGB
CMYK
RGB Variations
Color information
#C34ED6 (or 0xC34ED6) is known color: Medium Orchid. HEX triplet: C3, 4E and D6. RGB value is (195,78,214). Sum of RGB (Red+Green+Blue) = 195+78+214=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 78 (30.86% from 255 or 16.02% from 487); Blue value is 214 (83.98% from 255 or 43.94% from 487); Max value from RGB is 214 - color contains mainly: blue. Hex color #C34ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34ED6 is #3CB129. Grayscale: #808080. Windows color (decimal): -3977514 or 14044867. OLE color: 14044867.
HSL color Cylindrical-coordinate representation of color #C34ED6: hue angle of 291.62º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C34ED6 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 78 | 214 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.16 |
| HSL | 291.62º | 0.62% | 0.57% | - |
| HSV(B) | 291.62º | 0.64% | 0.84% | - |
| XYZ | 37.37 | 21.91 | 65.88 | - |
| YUV | 128.49 | 176.26 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 214 | 0.09 | 0.64 | 0 | 0.16 | 291.62 | 0.62 | 0.57 |
| Hex | C3 | 4E | D6 | 9 | 40 | 0 | 10 | 124 | 3E | 39 |
| Octal | 303 | 116 | 326 | 11 | 100 | 0 | 20 | 444 | 76 | 71 |
| Binary | 11000011 | 1001110 | 11010110 | 1001 | 1000000 | 0 | 10000 | 100100100 | 111110 | 111001 |
Color Harmonies of #C34ED6
Complementary color
Monochromatic Colors of #C34ED6
Black with #C34ED6
Text Example
Text Example
White with #C34ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34ED6; }
p { color: rgb(195,78,214); }
H1.HeaderClassName
{
color: #C34ED6;
}
.AnyTagClassName
{
color: #C34ED6;
}
</style>
background-color css
<style>
a { background-color: #C34ED6; }
a { background-color: rgb(195,78,214); }
div.DivClassName
{
background-color: #C34ED6;
}
.BgClassName
{
background-color: #C34ED6;
}
</style>
border-color css
<style>
span { border-color: #C34ED6; }
span { border-color: rgb(195,78,214); }
td.TdClassName
{
border-color: #C34ED6;
}
.TagClassName
{
border-color: #C34ED6;
}
</style>