Shades of Medium Orchid #C245EC
Tints of Medium Orchid #C245EC
RGB
CMYK
RGB Variations
Color information
#C245EC (or 0xC245EC) is known color: Medium Orchid. HEX triplet: C2, 45 and EC. RGB value is (194,69,236). Sum of RGB (Red+Green+Blue) = 194+69+236=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 69 (27.34% from 255 or 13.83% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #C245EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C245EC is #3DBA13. Grayscale: #7C7C7C. Windows color (decimal): -4045332 or 15484354. OLE color: 15484354.
HSL color Cylindrical-coordinate representation of color #C245EC: hue angle of 284.91º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C245EC is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 69 | 236 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.07 |
| HSL | 284.91º | 0.81% | 0.6% | - |
| HSV(B) | 284.91º | 0.71% | 0.93% | - |
| XYZ | 39.52 | 21.78 | 81.48 | - |
| YUV | 125.41 | 190.41 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 236 | 0.18 | 0.71 | 0 | 0.07 | 284.91 | 0.81 | 0.6 |
| Hex | C2 | 45 | EC | 12 | 47 | 0 | 7 | 11D | 51 | 3C |
| Octal | 302 | 105 | 354 | 22 | 107 | 0 | 7 | 435 | 121 | 74 |
| Binary | 11000010 | 1000101 | 11101100 | 10010 | 1000111 | 0 | 111 | 100011101 | 1010001 | 111100 |
Color Harmonies of #C245EC
Complementary color
Monochromatic Colors of #C245EC
Black with #C245EC
Text Example
Text Example
White with #C245EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C245EC; }
p { color: rgb(194,69,236); }
H1.HeaderClassName
{
color: #C245EC;
}
.AnyTagClassName
{
color: #C245EC;
}
</style>
background-color css
<style>
a { background-color: #C245EC; }
a { background-color: rgb(194,69,236); }
div.DivClassName
{
background-color: #C245EC;
}
.BgClassName
{
background-color: #C245EC;
}
</style>
border-color css
<style>
span { border-color: #C245EC; }
span { border-color: rgb(194,69,236); }
td.TdClassName
{
border-color: #C245EC;
}
.TagClassName
{
border-color: #C245EC;
}
</style>