Shades of Medium Orchid #C645EC
Tints of Medium Orchid #C645EC
RGB
CMYK
RGB Variations
Color information
#C645EC (or 0xC645EC) is known color: Medium Orchid. HEX triplet: C6, 45 and EC. RGB value is (198,69,236). Sum of RGB (Red+Green+Blue) = 198+69+236=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 69 (27.34% from 255 or 13.72% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #C645EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C645EC is #39BA13. Grayscale: #7E7E7E. Windows color (decimal): -3783188 or 15484358. OLE color: 15484358.
HSL color Cylindrical-coordinate representation of color #C645EC: hue angle of 286.35º 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 #C645EC is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 69 | 236 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.07 |
| HSL | 286.35º | 0.81% | 0.6% | - |
| HSV(B) | 286.35º | 0.71% | 0.93% | - |
| XYZ | 40.56 | 22.32 | 81.53 | - |
| YUV | 126.61 | 189.74 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 236 | 0.16 | 0.71 | 0 | 0.07 | 286.35 | 0.81 | 0.6 |
| Hex | C6 | 45 | EC | 10 | 47 | 0 | 7 | 11E | 51 | 3C |
| Octal | 306 | 105 | 354 | 20 | 107 | 0 | 7 | 436 | 121 | 74 |
| Binary | 11000110 | 1000101 | 11101100 | 10000 | 1000111 | 0 | 111 | 100011110 | 1010001 | 111100 |
Color Harmonies of #C645EC
Complementary color
Monochromatic Colors of #C645EC
Black with #C645EC
Text Example
Text Example
White with #C645EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C645EC; }
p { color: rgb(198,69,236); }
H1.HeaderClassName
{
color: #C645EC;
}
.AnyTagClassName
{
color: #C645EC;
}
</style>
background-color css
<style>
a { background-color: #C645EC; }
a { background-color: rgb(198,69,236); }
div.DivClassName
{
background-color: #C645EC;
}
.BgClassName
{
background-color: #C645EC;
}
</style>
border-color css
<style>
span { border-color: #C645EC; }
span { border-color: rgb(198,69,236); }
td.TdClassName
{
border-color: #C645EC;
}
.TagClassName
{
border-color: #C645EC;
}
</style>