Shades of Medium Orchid #C34DEC
Tints of Medium Orchid #C34DEC
RGB
CMYK
RGB Variations
Color information
#C34DEC (or 0xC34DEC) is known color: Medium Orchid. HEX triplet: C3, 4D and EC. RGB value is (195,77,236). Sum of RGB (Red+Green+Blue) = 195+77+236=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 77 (30.47% from 255 or 15.16% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #C34DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C34DEC is #3CB213. Grayscale: #818181. Windows color (decimal): -3977748 or 15486403. OLE color: 15486403.
HSL color Cylindrical-coordinate representation of color #C34DEC: hue angle of 284.53º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C34DEC is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 77 | 236 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.07 |
| HSL | 284.53º | 0.81% | 0.61% | - |
| HSV(B) | 284.53º | 0.67% | 0.93% | - |
| XYZ | 40.3 | 22.97 | 81.67 | - |
| YUV | 130.41 | 187.59 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 236 | 0.17 | 0.67 | 0 | 0.07 | 284.53 | 0.81 | 0.61 |
| Hex | C3 | 4D | EC | 11 | 43 | 0 | 7 | 11D | 51 | 3D |
| Octal | 303 | 115 | 354 | 21 | 103 | 0 | 7 | 435 | 121 | 75 |
| Binary | 11000011 | 1001101 | 11101100 | 10001 | 1000011 | 0 | 111 | 100011101 | 1010001 | 111101 |
Color Harmonies of #C34DEC
Complementary color
Monochromatic Colors of #C34DEC
Black with #C34DEC
Text Example
Text Example
White with #C34DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34DEC; }
p { color: rgb(195,77,236); }
H1.HeaderClassName
{
color: #C34DEC;
}
.AnyTagClassName
{
color: #C34DEC;
}
</style>
background-color css
<style>
a { background-color: #C34DEC; }
a { background-color: rgb(195,77,236); }
div.DivClassName
{
background-color: #C34DEC;
}
.BgClassName
{
background-color: #C34DEC;
}
</style>
border-color css
<style>
span { border-color: #C34DEC; }
span { border-color: rgb(195,77,236); }
td.TdClassName
{
border-color: #C34DEC;
}
.TagClassName
{
border-color: #C34DEC;
}
</style>