Shades of Medium Orchid #C342EC
Tints of Medium Orchid #C342EC
RGB
CMYK
RGB Variations
Color information
#C342EC (or 0xC342EC) is known color: Medium Orchid. HEX triplet: C3, 42 and EC. RGB value is (195,66,236). Sum of RGB (Red+Green+Blue) = 195+66+236=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 66 (26.17% from 255 or 13.28% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #C342EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C342EC is #3CBD13. Grayscale: #7B7B7B. Windows color (decimal): -3980564 or 15483587. OLE color: 15483587.
HSL color Cylindrical-coordinate representation of color #C342EC: hue angle of 285.53º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C342EC is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 66 | 236 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.07 |
| HSL | 285.53º | 0.82% | 0.59% | - |
| HSV(B) | 285.53º | 0.72% | 0.93% | - |
| XYZ | 39.59 | 21.55 | 81.43 | - |
| YUV | 123.95 | 191.24 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 236 | 0.17 | 0.72 | 0 | 0.07 | 285.53 | 0.82 | 0.59 |
| Hex | C3 | 42 | EC | 11 | 48 | 0 | 7 | 11E | 52 | 3B |
| Octal | 303 | 102 | 354 | 21 | 110 | 0 | 7 | 436 | 122 | 73 |
| Binary | 11000011 | 1000010 | 11101100 | 10001 | 1001000 | 0 | 111 | 100011110 | 1010010 | 111011 |
Color Harmonies of #C342EC
Complementary color
Monochromatic Colors of #C342EC
Black with #C342EC
Text Example
Text Example
White with #C342EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C342EC; }
p { color: rgb(195,66,236); }
H1.HeaderClassName
{
color: #C342EC;
}
.AnyTagClassName
{
color: #C342EC;
}
</style>
background-color css
<style>
a { background-color: #C342EC; }
a { background-color: rgb(195,66,236); }
div.DivClassName
{
background-color: #C342EC;
}
.BgClassName
{
background-color: #C342EC;
}
</style>
border-color css
<style>
span { border-color: #C342EC; }
span { border-color: rgb(195,66,236); }
td.TdClassName
{
border-color: #C342EC;
}
.TagClassName
{
border-color: #C342EC;
}
</style>